From e5fe01e1b1925a746788c09af9b49dc3541e615e Mon Sep 17 00:00:00 2001 From: Josh Borrow Date: Tue, 30 Jan 2024 15:10:21 -0500 Subject: [PATCH] Add sort paths --- .github/workflows/black.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/black.yml b/.github/workflows/black.yml index 98c7486..15a8e31 100644 --- a/.github/workflows/black.yml +++ b/.github/workflows/black.yml @@ -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 \ No newline at end of file + - uses: isort/isort-action@master + with: + sortPaths: "hera_librarian librarian_background librarian_server librarian_server_scripts alembic tests" \ No newline at end of file