[ADD] Mypy configuration files
This commit is contained in:
parent
ac7ed4a49b
commit
e56415d525
2
Makefile
2
Makefile
|
@ -4,6 +4,7 @@ CLI_PACKAGES := \
|
||||||
gdb \
|
gdb \
|
||||||
git \
|
git \
|
||||||
isort \
|
isort \
|
||||||
|
mypy \
|
||||||
ranger \
|
ranger \
|
||||||
scripts \
|
scripts \
|
||||||
shell \
|
shell \
|
||||||
|
@ -33,6 +34,7 @@ CLI_DEPENDENCIES := \
|
||||||
community/git-lfs \
|
community/git-lfs \
|
||||||
community/lesspipe \
|
community/lesspipe \
|
||||||
community/mosh \
|
community/mosh \
|
||||||
|
community/mypy \
|
||||||
community/pandoc \
|
community/pandoc \
|
||||||
community/shellcheck \
|
community/shellcheck \
|
||||||
community/shfmt \
|
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