Skip to content

Commit

Permalink
Slightly stricter mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterJCLaw committed Jan 8, 2024
1 parent 8507906 commit 6ec8193
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ strict_optional = true
enable_error_code = "ignore-without-code"
disallow_incomplete_defs = true
disallow_any_generics = true
disallow_untyped_decorators = true

[[tool.mypy.overrides]]
module = "django.*"
Expand Down

0 comments on commit 6ec8193

Please sign in to comment.