Skip to content

Commit

Permalink
Set Flake8 test to allow --max-line-width=127
Browse files Browse the repository at this point in the history
instead of ignoring E501
  • Loading branch information
anthonyfok committed Jan 27, 2022
1 parent 3bb7cee commit 4872f98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lintly-flake8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ jobs:
# Fail if "new" violations detected or "any", default "new"
failIf: new
# Additional arguments to pass to flake8, default "." (current directory)
args: "--ignore=E121,E123,E501 --per-file-ignores=python/gen_pygeoapi_config.py:E501 ."
args: "--ignore=E121,E123 --max-line-length=127 ."

0 comments on commit 4872f98

Please sign in to comment.