Skip to content

Commit

Permalink
Update validate_python.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
verovaleros authored Feb 13, 2024
1 parent 5603cf7 commit 6026801
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validate_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Lint with ruff
run: |
# stop the build if there are Python syntax errors or undefined names
ruff --line-length 200 --format=github --select=E9,F63,F7,F82 --target-version=py37 .
ruff --line-length 200 --select=E9,F63,F7,F82 --target-version=py37 .
- name: Test with pytest
run: |
pytest

0 comments on commit 6026801

Please sign in to comment.