mirror of
https://github.com/Garmelon/PFERD.git
synced 2026-04-12 23:45:05 +02:00
Configure mypy
This commit is contained in:
parent
25043a4aaa
commit
7d48972967
1 changed files with 7 additions and 0 deletions
7
mypy.ini
Normal file
7
mypy.ini
Normal file
|
|
@ -0,0 +1,7 @@
|
||||||
|
[mypy]
|
||||||
|
disallow_untyped_defs = True
|
||||||
|
disallow_incomplete_defs = True
|
||||||
|
no_implicit_optional = True
|
||||||
|
|
||||||
|
[mypy-colorama,bs4]
|
||||||
|
ignore_missing_imports = True
|
||||||
Loading…
Add table
Add a link
Reference in a new issue