Skip to content

Commit 33ab615

Browse files
committed
test post PR reviews if ruff fails
1 parent e1a297a commit 33ab615

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ruff.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ ignore = [
7474
"PT009", # pytest-unittest-assertion
7575
"SLF001", # private-member-access
7676
"PLC1901", # compare-to-empty-string
77-
"PLR0913", # too-many-arguments
77+
# "PLR0913", # too-many-arguments
7878
"PLR0915", # too-many-statements
7979
"PLR0912", # too-many-branches
8080
"PLR0914", # too-many-local-variables

0 commit comments

Comments
 (0)