From f692b07f619ff5146905f0c794460c346064f2a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Tue, 27 Nov 2018 11:03:09 +0100 Subject: pycodestyle: add configuration --- config/pycodestyle | 2 ++ install | 4 ++++ 2 files changed, 6 insertions(+) create mode 100644 config/pycodestyle 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 diff --git a/install b/install index 1ce498d..ece6627 100755 --- a/install +++ b/install @@ -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 -- cgit v1.2.3