Skip to content
Snippets Groups Projects
Verified Commit 520789b4 authored by Newbyte's avatar Newbyte :snowflake:
Browse files

pyproject.toml: Set disallow_incomplete_defs = true

With the parent of this commit, we pass this check.
parent 4961d738
No related branches found
No related tags found
No related merge requests found
......@@ -46,5 +46,6 @@ line-length=100
[tool.mypy]
check_untyped_defs = true
disallow_incomplete_defs = true
disallow_untyped_calls = true
disallow_untyped_decorators = true
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment