aboutsummaryrefslogtreecommitdiff
path: root/install
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2021-12-14 19:00:04 +0100
committerKarel Kočí <cynerd@email.cz>2021-12-14 19:00:04 +0100
commitb3bb7dd9f2944d6ccbc21831e9119323e68004c4 (patch)
tree64190b107deffa4dcf062c9679d074208afd7d35 /install
parenta3402e505b26b0c652c20a14075657d8bd42e568 (diff)
downloadmyconfigs-b3bb7dd9f2944d6ccbc21831e9119323e68004c4.tar.gz
myconfigs-b3bb7dd9f2944d6ccbc21831e9119323e68004c4.tar.bz2
myconfigs-b3bb7dd9f2944d6ccbc21831e9119323e68004c4.zip
Add mypy configuration
Diffstat (limited to 'install')
-rwxr-xr-xinstall1
1 files changed, 1 insertions, 0 deletions
diff --git a/install b/install
index 04c96ec..0db7f6b 100755
--- a/install
+++ b/install
@@ -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