Skip to content

Commit 405e00b

Browse files
committed
Ignore some new rules
1 parent 3348b04 commit 405e00b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -391,6 +391,10 @@ ignore = [
391391
"PLW0603",
392392
# runtime-cast-value
393393
"TC006",
394+
# unused-unpacked-variable
395+
"RUF059",
396+
# pytest-raises-ambiguous-pattern
397+
"RUF043",
394398
]
395399

396400
exclude = [

0 commit comments

Comments
 (0)