Skip to content

Commit

Permalink
add isort
Browse files Browse the repository at this point in the history
  • Loading branch information
phoenixdong committed Jun 11, 2024
1 parent 9d6afff commit 44bc52b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ jobs:
run: |
pip install black isort
- name: Run Isort
run: |
isort --check --diff $CHECK_FILES
# - name: Run Isort
# run: |
# isort --check --diff $CHECK_FILES

- name: Run Black
run: >-
Expand Down

0 comments on commit 44bc52b

Please sign in to comment.