Skip to content

Commit

Permalink
fix black run cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonLovesDoggo committed Jun 16, 2024
1 parent 6ade933 commit a2b094e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/fmt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
python-version: 3.10.14
- name: Install Black
run: pip install black
- name: Run black --check .
run: black --check .
- name: Run black check
run: black --check . --line-length 101
- name: If needed, commit black changes to the pull request
if: failure()
run: |
Expand Down

0 comments on commit a2b094e

Please sign in to comment.