aboutsummaryrefslogtreecommitdiff
path: root/install
diff options
context:
space:
mode:
Diffstat (limited to 'install')
-rwxr-xr-xinstall2
1 files changed, 2 insertions, 0 deletions
diff --git a/install b/install
index e0b4758..56bbcd5 100755
--- a/install
+++ b/install
@@ -53,6 +53,8 @@ fi
if ask "dev" "Development tools configuration"; then
inst config/pycodestyle ~/.config/pycodestyle
+ inst flake8 ~/.flake8
+ inst pylintrc ~/.pylintrc
fi
if ask "email-sync" "Install email synchronization"; then