Use pyproject.toml instead of setup.cfg

This commit is contained in:
Matthias
2022-05-07 11:30:45 +02:00
parent 7f4161ff78
commit 502404c0cc
2 changed files with 11 additions and 10 deletions

View File

@@ -50,13 +50,3 @@ exclude =
.eggs,
user_data,
[mypy]
ignore_missing_imports = True
warn_unused_ignores = True
exclude = (?x)(
^build_helpers\.py$
)
[mypy-tests.*]
ignore_errors = True