Skip to content

Commit

Permalink
Merge branch 'main' into patch-1-documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
verovaleros committed Feb 13, 2024
2 parents 995415c + 6026801 commit 91226a0
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 91226a0

Please sign in to comment.