Skip to content

Commit

Permalink
Don't let isort and black fight each other
Browse files Browse the repository at this point in the history
Instead, tell isort to be like black.

Signed-off-by: Rodrigo Tobar <rtobar@icrar.org>
  • Loading branch information
rtobar committed Sep 24, 2024
1 parent a1eaeec commit 3f4e041
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 @@ -27,4 +27,4 @@ jobs:
- name: Run black
run: black --check .
- name: Run isort
run: isort --check --diff .
run: isort --profile black --check --diff .

0 comments on commit 3f4e041

Please sign in to comment.