aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config/mypy/config2
-rwxr-xr-xinstall1
2 files changed, 3 insertions, 0 deletions
diff --git a/config/mypy/config b/config/mypy/config
new file mode 100644
index 0000000..9b73869
--- /dev/null
+++ b/config/mypy/config
@@ -0,0 +1,2 @@
+[mypy]
+cache_dir = ~/.cache/mypy
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