Skip to content

Commit

Permalink
astral-sh/ruff-action@v3
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored Dec 31, 2024
1 parent 88e2ef3 commit faf65fe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: pipx install ruff
- run: ruff check --output-format=github --select="E,F,PLC,PLE,UP,W,YTT"
--ignore="E721,PLC0206,PLC1901,S101,UP031" --target-version=py39 .
- uses: astral-sh/ruff-action@v3
with:
args: "check --select=E,F,PLC,PLE,UP,W,YTT --ignore=E721,PLC0206,PLC1901,S101,UP031 --target-version=py39"

lint-js:
name: Lint JS
Expand Down

0 comments on commit faf65fe

Please sign in to comment.