mypy: add mypy

This commit is contained in:
lelgenio 2021-06-17 03:39:11 -03:00
parent caf6988aeb
commit 8aba1fa110
2 changed files with 6 additions and 0 deletions

View File

@ -403,6 +403,10 @@ dotfiles: # Just a bunch of paths and action mappings
src: clang-format
dst: ~/.clang-format
mypy:
src: mypy
dst: ~/.config/mypy/config
gpg-agent:
src: gpg-agent.conf
dst: ~/.gnupg/gpg-agent.conf

2
dotfiles/mypy Normal file
View File

@ -0,0 +1,2 @@
[mypy]
ignore_missing_imports = True