Tighten configuration and export handling
This commit is contained in:
@@ -51,3 +51,10 @@ target-version = ['py39']
|
||||
[tool.isort]
|
||||
profile = "black"
|
||||
multi_line_output = 3
|
||||
|
||||
[tool.mypy]
|
||||
warn_unused_configs = true
|
||||
|
||||
[[tool.mypy.overrides]]
|
||||
module = ["odf.*", "redminelib.*", "tabulate"]
|
||||
ignore_missing_imports = true
|
||||
|
||||
Reference in New Issue
Block a user