Merge branch 'bugfix/mypy-unused-ignores' into main

This commit is contained in:
Tim Rid 2022-01-09 12:39:36 +01:00
commit 375bab3faa

3
mypy.ini Normal file
View file

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