Skip to content

Commit

Permalink
Update line length for black and flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippvK authored Mar 19, 2022
1 parent 2d0280b commit 6a779c1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,6 @@ jobs:
uses: wearerequired/lint-action@v1
with:
black: true
black_args: "--line-length=120"
flake8: true
flake8_args: "--max-line-length=120"

0 comments on commit 6a779c1

Please sign in to comment.