Update mypy config
It now ignores unused imports, because I don't want to write types for all the libraries I use.
This commit is contained in:
parent
1803a6676e
commit
ce73a7d3bf
1 changed files with 1 additions and 0 deletions
1
mypy.ini
1
mypy.ini
|
|
@ -2,3 +2,4 @@
|
||||||
disallow_untyped_defs = True
|
disallow_untyped_defs = True
|
||||||
disallow_incomplete_defs = True
|
disallow_incomplete_defs = True
|
||||||
no_implicit_optional = True
|
no_implicit_optional = True
|
||||||
|
ignore_missing_imports = True
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue