Skip to content

Commit

Permalink
Add a couple more items to the ruff ignore list.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
davidt committed Apr 17, 2024
1 parent 193cc20 commit 3c9354d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,4 +91,4 @@ jobs:
steps:
- uses: actions/checkout@v3
- run: pip install --user ruff
- run: ruff --extend-select=C4,C9,I,PLC,PLE,PLR,U --ignore=C414,I001,UP032 --target-version=py38 .
- run: ruff --extend-select=C4,C9,I,PLC,PLE,PLR,U --ignore=C414,I001,PLR0913,UP007,UP032 --target-version=py38 .

0 comments on commit 3c9354d

Please sign in to comment.