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:
parent
84a05170ba
commit
e8e58e76c4
2 changed files with 4 additions and 3 deletions
|
@ -57,3 +57,7 @@ addopts = "--strict-markers"
|
||||||
markers = [
|
markers = [
|
||||||
"integration: integration tests",
|
"integration: integration tests",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
|
[tool.mypy]
|
||||||
|
ignore_missing_imports = true
|
||||||
|
|
|
@ -7,6 +7,3 @@ max-line-length = 88
|
||||||
|
|
||||||
[pylint.messages_control]
|
[pylint.messages_control]
|
||||||
disable = C0330, C0326
|
disable = C0330, C0326
|
||||||
|
|
||||||
[mypy]
|
|
||||||
ignore_missing_imports = True
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue