added mypy.ini: no error on unused ignores. mypy and pyright are slightly different, so pyright needs some ignores that mypy does not nee.
This commit is contained in:
parent
4c23eaa1b3
commit
930fd9928c
1 changed files with 3 additions and 0 deletions
3
mypy.ini
Normal file
3
mypy.ini
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
[mypy]
|
||||
strict = True
|
||||
warn_unused_ignores = False
|
||||
Loading…
Add table
Add a link
Reference in a new issue