From b3bb7dd9f2944d6ccbc21831e9119323e68004c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Tue, 14 Dec 2021 19:00:04 +0100 Subject: Add mypy configuration --- config/mypy/config | 2 ++ install | 1 + 2 files changed, 3 insertions(+) create mode 100644 config/mypy/config 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 -- cgit v1.2.3