Skip to content

Commit

Permalink
update flake8 flags
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippvK committed Jun 23, 2022
1 parent f9e9b5a commit d657fb0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
black: true
black_args: "--line-length=120"
flake8: true
flake8_args: "--max-line-length=120 --ignore=E203"
flake8_args: "--max-line-length=120 --ignore=E203,W503"

check-license:
name: Check for License headers
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ disable = duplicate-code,invalid-name,too-many-arguments,fixme

[flake8]
max-line-length = 120
ingore = E203
ingore = E203,W503

0 comments on commit d657fb0

Please sign in to comment.