Skip to content

Commit

Permalink
add sort import properly
Browse files Browse the repository at this point in the history
  • Loading branch information
bdpedigo committed Mar 21, 2024
1 parent 87eabcf commit 6610cd2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: chartboost/ruff-action@v1
with:
args: check . --fix --select I
with: # the --extend-select flag adds import sorting
args: check . --fix --extend-select I
- uses: chartboost/ruff-action@v1
with:
args: format .
Expand Down

0 comments on commit 6610cd2

Please sign in to comment.