Skip to content

Commit b9daafd

Browse files
authored
Add ruff exclusions +FIXME comments
1 parent 8714a87 commit b9daafd

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,13 @@ select = [
2121
ignore = [
2222
# `format` will wrap lines.
2323
"E501",
24+
# FIXME: pytest-fixture-no-parentheses
25+
"PT001",
26+
"PT023",
27+
# FIXME: pytest-raises-too-broad
28+
"PT011",
29+
# FIXME: parenthesize-chained-operators
30+
"RUF021",
2431
]
2532

2633
[tool.ruff.lint.isort]

0 commit comments

Comments
 (0)