Skip to content

Commit

Permalink
Add sort paths
Browse files Browse the repository at this point in the history
  • Loading branch information
JBorrow committed Jan 30, 2024
1 parent 098393b commit e5fe01e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/black.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,6 @@ jobs:
with:
options: "--check --verbose"
src: "hera_librarian librarian_background librarian_server librarian_server_scripts alembic tests"
- uses: isort/isort-action@master
- uses: isort/isort-action@master
with:
sortPaths: "hera_librarian librarian_background librarian_server librarian_server_scripts alembic tests"

0 comments on commit e5fe01e

Please sign in to comment.