Skip to content

Commit

Permalink
isort
Browse files Browse the repository at this point in the history
  • Loading branch information
PTST committed Feb 23, 2024
1 parent 68b99b2 commit c4447b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linting.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@ jobs:
- name: Install isort
run: pip3 install isort
- name: Run isor
run: isort . --profile black
run: isort . --diff --check --profile black


0 comments on commit c4447b0

Please sign in to comment.