[ADD] Mypy configuration files
This commit is contained in:
parent
ac7ed4a49b
commit
e56415d525
2
Makefile
2
Makefile
|
@ -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
3
mypy/.config/mypy/config
Normal file
|
@ -0,0 +1,3 @@
|
|||
[mypy]
|
||||
# Set the default directory to put the increment cache info
|
||||
cache_dir = ~/.cache/mypy
|
Loading…
Reference in a new issue