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

pyproject.toml: Set disallow_untyped_calls = true (MR 2514)

We pass this check now, might as well.
parent d81de1f6
No related branches found
No related tags found
No related merge requests found
Pipeline #212377 failed
......@@ -53,5 +53,6 @@ addopts = [
[tool.mypy]
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