Skip to content

Commit 3c9354d

Browse files
committed
Add a couple more items to the ruff ignore list.
Ruff was configured to include a large number of checks, some of which don't currently make sense. This change updates the ignore list to include a couple things we've hit recently.
1 parent 193cc20 commit 3c9354d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,4 +91,4 @@ jobs:
9191
steps:
9292
- uses: actions/checkout@v3
9393
- run: pip install --user ruff
94-
- run: ruff --extend-select=C4,C9,I,PLC,PLE,PLR,U --ignore=C414,I001,UP032 --target-version=py38 .
94+
- run: ruff --extend-select=C4,C9,I,PLC,PLE,PLR,U --ignore=C414,I001,PLR0913,UP007,UP032 --target-version=py38 .

0 commit comments

Comments
 (0)