Skip to content
Snippets Groups Projects
Unverified Commit 511d4900 authored by Newbyte's avatar Newbyte :snowflake:
Browse files

pyproject.toml: Set disallow_untyped_decorators = true (MR 2464)

We pass this too, so might as well ensure we don't regress.
parent f24b6e7c
No related branches found
No related tags found
1 merge request!2464Add lots of type hints, fix some bugs, and clean up some code
Pipeline #209267 passed
......@@ -53,3 +53,4 @@ addopts = [
[tool.mypy]
check_untyped_defs = true
disallow_incomplete_defs = 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