Skip to content

Commit

Permalink
chore: ignore RUF018
Browse files Browse the repository at this point in the history
  • Loading branch information
jvansanten authored Mar 1, 2024
1 parent 84e12c9 commit 726f65e
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 @@ -107,7 +107,8 @@ ignore = [
"UP009", # UTF-8 encoding declaration is unnecessary
"PLR09", # too many (arguments|branches)
"PLR2004", # Magic value used in comparison
"RUF012", # mutable class properties (are harmless everywhere BaseModel is used)
"RUF012", # mutable class properties (are harmless everywhere BaseModel is used),
"RUF018", # assignment expressions in asserts are fine
]

[tool.ruff.lint.per-file-ignores]
Expand Down

0 comments on commit 726f65e

Please sign in to comment.