Skip to content

Commit

Permalink
Add --check-only flag to isort (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
c-w-feldmann authored Sep 10, 2024
1 parent 69a4577 commit c92225e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ jobs:
pip install isort
- name: Analysing the code with isort
run: |
isort --profile black .
isort --profile black --check-only .
test_basis:
needs:
Expand Down

0 comments on commit c92225e

Please sign in to comment.