Skip to content

Commit

Permalink
Fix ruff in ci/cd
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmindset committed Jul 25, 2024
1 parent 4a909a0 commit 90f5dd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/insolver-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Lint with ruff
shell: bash
run: |
poetry run ruff check . --select=E9,F63,F7,F82 --show-source
poetry run ruff check . --select=E9,F63,F7,F82
poetry run ruff check . --exit-zero --statistics
- name: Test with pytest
shell: bash
Expand Down

0 comments on commit 90f5dd1

Please sign in to comment.