Skip to content

Commit

Permalink
ruff --output-format=github .
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored Sep 28, 2023
1 parent 3b10136 commit 0a16638
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- run: pip install --user ruff
- run: ruff --format=github --select="ASYNC,E,F,PLC,PLE,UP,W,YTT"
- run: ruff --output-format=github --select="ASYNC,E,F,PLC,PLE,UP,W,YTT"
--ignore="E721,PLC1901,S101,UP031" --target-version=py38 .
Tests:
needs: Lint_Python # Lint_Python takes ~5 seconds, so wait for it to pass before running the full matrix of tests.
Expand All @@ -27,7 +27,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Checkout Repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node }}
uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit 0a16638

Please sign in to comment.