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

pyproject.toml: Set disallow_untyped_decorators = true

We already pass this, so might as well enable it.
parent 23a9e65e
No related branches found
No related tags found
1 merge request!57Misc fixes
......@@ -47,3 +47,4 @@ line-length=100
[tool.mypy]
check_untyped_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