Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippvK committed Feb 15, 2024
1 parent d6e713d commit d10bfe3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ jobs:
uses: wearerequired/lint-action@v1
with:
black: true
black_args: "--line-length=120"
# black_args: "--line-length=120"
flake8: true
flake8_args: "--max-line-length=120 --ignore=E203,W503"
# flake8_args: "--max-line-length=120 --ignore=E203,W503"

check-license:
name: Check for License headers
Expand Down

0 comments on commit d10bfe3

Please sign in to comment.