Skip to content

Commit

Permalink
Update ruff.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss committed Jul 19, 2023
1 parent 6243258 commit 516de16
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ruff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,4 @@ jobs:
- uses: actions/checkout@v3
- run: pip install --user codespell[toml] ruff
- run: codespell || true # --ignore-words-list="" --skip="*.css,*.js,*.lock,*.po"
- run: ruff --format=github --select=E9,F63,F7 --target-version=py38 . || true
- run: ruff --format=github --select=ASYNC --target-version=py38 .
- run: ruff --format=github --select=ASYNC,E9,F63,F7,F82 --target-version=py38 .

0 comments on commit 516de16

Please sign in to comment.