Skip to content

Commit

Permalink
Set max line size in flake8
Browse files Browse the repository at this point in the history
Signed-off-by: Marco Lampacrescia <[email protected]>
  • Loading branch information
MarcoLm993 committed Aug 22, 2024
1 parent 9b26539 commit 661268b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
use-pydocstyle: false
extra-pylint-options: ""
extra-pycodestyle-options: ""
extra-flake8-options: ""
extra-flake8-options: "--max-line-length=100"
extra-black-options: ""
extra-mypy-options: "--ignore-missing-imports"
extra-isort-options: ""

0 comments on commit 661268b

Please sign in to comment.