Skip to content

Commit

Permalink
chore: enable mypy explicit package bases rule
Browse files Browse the repository at this point in the history
  • Loading branch information
mozharovsky committed Dec 20, 2024
1 parent 09d5ae3 commit 2af2f26
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 @@ -119,6 +119,7 @@ disallow_any_generics = true
disallow_untyped_defs = true
disallow_any_unimported = true
warn_unreachable = true
explicit_package_bases = true
enable_error_code = [
"explicit-override",
"possibly-undefined",
Expand Down

0 comments on commit 2af2f26

Please sign in to comment.