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

pyproject.toml: Set disallow_untyped_defs = true

We pass this check.
parent 520789b4
No related branches found
No related tags found
1 merge request!57Misc fixes
Pipeline #209453 passed
......@@ -49,3 +49,4 @@ check_untyped_defs = true
disallow_incomplete_defs = true
disallow_untyped_calls = true
disallow_untyped_decorators = true
disallow_untyped_defs = 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