Skip to content

Commit 94a97ea

Browse files
authored
Update pyproject.toml
1 parent 1eb396b commit 94a97ea

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,12 +69,14 @@ ignore = [
6969
"E741", # Ambiguous variable name
7070
# ruff ignore
7171
"RUF012", # Mutable class attributes should be annotated with `typing.ClassVar`
72+
"RUF061", # Use context-manager form of `pytest.raises()`
7273
# pylint ignore
7374
"PLW0603", # Using the global statement
7475
"PLW0120", # remove the else and dedent its contents
7576
"PLW2901", # for loop variable overwritten by assignment target
7677
"PLR5501", # Use `elif` instead of `else` then `if`
7778
"UP031", # Use format specifiers instead of percent format
79+
7880
]
7981

8082
[tool.ruff.lint.isort]

0 commit comments

Comments
 (0)