⚙ Move mypy settings to pyproject.toml

pull/90/head
Mike Gerber 9 months ago
parent 84a05170ba
commit e8e58e76c4

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

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

Loading…
Cancel
Save