Skip to content

Commit

Permalink
Ignore ruff's 'mutable default values in class attributes'
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Sassoulas committed Jun 30, 2023
1 parent 9a93d6a commit 18a3a64
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,8 @@ select = [
]

ignore = [
"B905", # `zip()` without an explicit `strict=` parameter
"B905", # `zip()` without an explicit `strict=` parameter
"RUF012", # mutable default values in class attributes
]

fixable = [
Expand Down

0 comments on commit 18a3a64

Please sign in to comment.