Skip to content

Commit 08645b8

Browse files
committed
change ruff rules
1 parent 66e9cfd commit 08645b8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ ignore = [
5151
"TD",
5252
"PYI051",
5353
"FIX002",
54+
"SLF001", #reportPrivateUsage
55+
"PT017", # Do not force using pytest.raises
5456
]
5557

5658
# Allow fix for all enabled rules (when `--fix`) is provided.

0 commit comments

Comments
 (0)