Skip to content

Commit

Permalink
Remove --color for isort
Browse files Browse the repository at this point in the history
To avoid issues with false positives
  • Loading branch information
S-Dafarra authored Oct 29, 2024
1 parent a9d9bdf commit d34de2b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,7 @@ jobs:
with:
python-version: "3.10"

# Workaround for https://github.com/isort/isort-action/issues/70
- run: pip install colorama

- name: "📝 isort"
uses: isort/isort-action@master
with:
configuration: --check --diff --color
configuration: --check --diff

0 comments on commit d34de2b

Please sign in to comment.