Skip to content

Commit

Permalink
Black
Browse files Browse the repository at this point in the history
  • Loading branch information
utement committed Oct 17, 2023
1 parent ce41a88 commit 4590d0d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/black.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Black
continue-on-error: true
uses: psf/black@stable
with:
options: '--check --line-length=120"'
continue-on-error: true
uses: psf/black@stable
with:
options: '--check --line-length=120"'

0 comments on commit 4590d0d

Please sign in to comment.