Skip to content

Commit

Permalink
Disable UP032
Browse files Browse the repository at this point in the history
  • Loading branch information
jelmer committed Mar 24, 2024
1 parent 6d7ac97 commit 93e8012
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 @@ -175,6 +175,7 @@ ignore = [
# This is unsafe for breezy, where several objects (e.g. VersionedFiles)
# have a keys() method but no __iter__
"SIM118", # Use `key in dict` instead of `key in dict.keys()`
"UP032", # Use f-string instead of `format` call; f-strings break gettext
]
# These are actually fine, but they make mypy more strict and then it fails.
unfixable = ["ANN204"]
Expand Down

0 comments on commit 93e8012

Please sign in to comment.