Skip to content

Commit

Permalink
fix(ci): remove isort
Browse files Browse the repository at this point in the history
  • Loading branch information
zyf722 committed Jan 27, 2025
1 parent f8cbcba commit 31ab127
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,6 @@ jobs:
- name: Type-check code using mypy
run: poetry run mypy .

- name: Check import order using isort
run: poetry run isort -c

build:
name: Test and Build

Expand Down

0 comments on commit 31ab127

Please sign in to comment.