Skip to content

Commit

Permalink
changed ruff command
Browse files Browse the repository at this point in the history
  • Loading branch information
SiebeLeDe committed Oct 7, 2024
1 parent e5055d4 commit 7615c4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/perform_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
pip install -e .
- name: Lint with ruff
run: |
ruff check --format=github --target-version=py38 --line-length=250 src
ruff check src
- name: Test with pytest
run: |
pytest --cov
Expand Down

0 comments on commit 7615c4c

Please sign in to comment.