[ADD] Mypy configuration files

This commit is contained in:
Bruno BELANYI 2019-12-08 22:21:13 +01:00
parent ac7ed4a49b
commit e56415d525
2 changed files with 5 additions and 0 deletions

View file

@ -4,6 +4,7 @@ CLI_PACKAGES := \
gdb \
git \
isort \
mypy \
ranger \
scripts \
shell \
@ -33,6 +34,7 @@ CLI_DEPENDENCIES := \
community/git-lfs \
community/lesspipe \
community/mosh \
community/mypy \
community/pandoc \
community/shellcheck \
community/shfmt \

3
mypy/.config/mypy/config Normal file
View file

@ -0,0 +1,3 @@
[mypy]
# Set the default directory to put the increment cache info
cache_dir = ~/.cache/mypy