Skip to content

Commit

Permalink
update ruff ignores
Browse files Browse the repository at this point in the history
  • Loading branch information
braingram committed Jan 28, 2025
1 parent 384a3d9 commit be78c12
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,8 @@ extend-ignore = [
"FBT001", # boolean positional arguments in function definition
"RUF012", # mutable class attributes should be annotated with typing.ClassVar
"PTH123", # replace open with Path.open
"B905", # zip with strict
"UP038", # isinstance with | instead of ,
]
extend-exclude = ["docs/*"]

Expand Down

0 comments on commit be78c12

Please sign in to comment.