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:
Tim Rid 2022-01-09 12:30:57 +01:00
parent 4c23eaa1b3
commit 930fd9928c

3
mypy.ini Normal file
View file

@ -0,0 +1,3 @@
[mypy]
strict = True
warn_unused_ignores = False