diff options
-rw-r--r-- | config/pycodestyle | 2 | ||||
-rwxr-xr-x | install | 4 |
2 files changed, 6 insertions, 0 deletions
diff --git a/config/pycodestyle b/config/pycodestyle new file mode 100644 index 0000000..c178190 --- /dev/null +++ b/config/pycodestyle @@ -0,0 +1,2 @@ +[pycodestyle] +ignore = E501 @@ -51,6 +51,10 @@ if ask "vim" "Install VIM scripts"; then vim +PluginInstall +qall fi +if ask "dev" "Install VIM scripts"; then + inst config/pycodestyle ~/.config/pycodestyle +fi + if ask "email-sync" "Install email synchronization"; then inst local/bin/email-unread ~/.local/bin/email-unread inst local/sbin/newmail-notify ~/.local/sbin/newmail-notify |