Skip to content

Commit

Permalink
update quality github action
Browse files Browse the repository at this point in the history
  • Loading branch information
bdvllrs committed Feb 22, 2024
1 parent 1da5d30 commit f2f9602
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
poetry run pip install --upgrade pip
- uses: isort/isort-action@master
with:
sortPaths: "./shimmer"
sort-paths: "./shimmer"
- uses: psf/black@stable
with:
src: "./shimmer"
Expand Down

0 comments on commit f2f9602

Please sign in to comment.