Skip to content

Commit

Permalink
mypy: Disallow untyped/incomplete defs in all Python code
Browse files Browse the repository at this point in the history
This previously applied only to the scuba package but now applies to
tests as well.
  • Loading branch information
JonathonReinhart committed Mar 25, 2024
1 parent 7cf8824 commit 5723139
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,6 @@ requires = [
packages = ["scuba", "tests"]
warn_unused_configs = true
warn_return_any = true

[[tool.mypy.overrides]]
module = "scuba.*"
disallow_untyped_calls = true
disallow_untyped_defs = true
disallow_incomplete_defs = true

0 comments on commit 5723139

Please sign in to comment.