Skip to content

Commit

Permalink
exclude step Lint with Ruff with Python 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Pevtrick committed Nov 13, 2023
1 parent 2ddb9af commit 3aca66f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
pip install ruff pytest
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Lint with Ruff
if: ${{ matrix.python-version != '3.6' }}
run: |
# stop the build if there are Python syntax errors or undefined names
ruff --output-format=github --select=E9,F63,F7,F82 .
Expand Down

0 comments on commit 3aca66f

Please sign in to comment.