Skip to content

Commit

Permalink
build: add isort to GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
msto committed Apr 24, 2024
1 parent 0ea14ab commit b90b61c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,11 @@ jobs:
run: |
poetry run black --line-length 99 --check pybedlite
- name: Import sorting
shell: bash
run: |
poetry run isort --force-single-line-imports --profile black --check pybedlite
- name: Run lint
shell: bash
run: |
Expand Down

0 comments on commit b90b61c

Please sign in to comment.