Skip to content

Commit

Permalink
Enable mypy flag strict_bytes
Browse files Browse the repository at this point in the history
  • Loading branch information
christophgietl committed Feb 10, 2025
1 parent cc140a7 commit e054673
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 @@ -9,6 +9,7 @@ disallow_any_unimported = true
files = "."
mypy_path = "$MYPY_CONFIG_FILE_DIR/stubs" # needed for stubtest
strict = true
strict_bytes = true # will become the default in mypy 2.0
warn_incomplete_stub = true
warn_unreachable = true

Expand Down

0 comments on commit e054673

Please sign in to comment.