1
0
Fork 0
mirror of https://github.com/qurator-spk/dinglehopper.git synced 2025-06-09 20:00:01 +02:00

⚙ Move mypy settings to pyproject.toml

This commit is contained in:
Mike Gerber 2023-08-03 18:35:25 +02:00
parent 84a05170ba
commit e8e58e76c4
2 changed files with 4 additions and 3 deletions

View file

@ -57,3 +57,7 @@ addopts = "--strict-markers"
markers = [
"integration: integration tests",
]
[tool.mypy]
ignore_missing_imports = true

View file

@ -7,6 +7,3 @@ max-line-length = 88
[pylint.messages_control]
disable = C0330, C0326
[mypy]
ignore_missing_imports = True