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

pyproject.toml: Set disallow_incomplete_defs = true

We pass this check now.
parent a6845a17
No related branches found
No related tags found
No related merge requests found
Pipeline #209214 passed
This commit is part of merge request !2464. Comments created here will be created in the context of that merge request.
......@@ -52,3 +52,4 @@ addopts = [
[tool.mypy]
check_untyped_defs = true
disallow_incomplete_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