diff options
Diffstat (limited to 'install')
-rwxr-xr-x | install | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -55,6 +55,7 @@ if ask "dev" "Development tools configuration"; then inst config/pycodestyle ~/.config/pycodestyle inst flake8 ~/.flake8 inst pylintrc ~/.pylintrc + inst config/mypy/ ~/.config/mypy fi if ask "sync" "Install synchronization"; then |