Skip to content

Commit

Permalink
Merge pull request #25 from jandom/jandom/fix/broken-isort
Browse files Browse the repository at this point in the history
fix: broken isort
  • Loading branch information
Eric-Canas authored Jun 4, 2024
2 parents 4f78bca + ece7a1c commit 965e606
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ jobs:
pip install black isort
- name: Run isort
run: |-
isort --check-only .
isort --check-only --profile black .

0 comments on commit 965e606

Please sign in to comment.