Skip to content

Commit

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

0 comments on commit 9e14521

Please sign in to comment.