Skip to content

Commit

Permalink
ruff: disable rule RUF052
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfikl committed Dec 5, 2024
1 parent 223ab83 commit 6459d90
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 @@ -98,6 +98,7 @@ extend-ignore = [
"N806", # variable name should be lowercase
"RUF012", # ClassVar for mutable class attributes
"RUF022", # __all__ is not sorted
"RUF052", # underscored variable is used
"UP031", # use f-strings instead of %
"UP032", # use f-strings instead of .format
]
Expand Down

0 comments on commit 6459d90

Please sign in to comment.