Skip to content

Commit

Permalink
isort
Browse files Browse the repository at this point in the history
  • Loading branch information
fboundy committed Dec 22, 2024
1 parent d976171 commit fc7388a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/black-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ jobs:
pip install black isort
- name: Run isort
run: isort .
run: isort --diff .

- name: Run Black Formatter
run: black --line-length 119 --check --diff .
# - name: Run Black Formatter
# run: black --line-length 119 --check --diff .

0 comments on commit fc7388a

Please sign in to comment.