Skip to content

Commit

Permalink
Enable explicit-override in mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
monosans committed Oct 25, 2023
1 parent 6ccaae8 commit a897345
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 @@ -6,6 +6,7 @@ disallow_untyped_decorators = false
warn_unreachable = true
local_partial_types = true
enable_error_code = [
"explicit-override",
"redundant-self",
"redundant-expr",
"possibly-undefined",
Expand Down

0 comments on commit a897345

Please sign in to comment.