Skip to content

Commit

Permalink
Formatting in github actions p2
Browse files Browse the repository at this point in the history
  • Loading branch information
micahcarroll committed Apr 21, 2024
1 parent 1a71016 commit 0c9cdb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/blackisort.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
uses: psf/black@stable
with:
options: "--check --diff --line-length 79"
version: "~= 23.0"
version: "23.3.0"
# https://pycqa.github.io/isort/docs/configuration/github_action.html
- name: running isort
uses: jamescurtin/isort-action@master
Expand Down

0 comments on commit 0c9cdb4

Please sign in to comment.