Skip to content

Commit 8f3bbc4

Browse files
authored
Adjust python-stylecheck to sync max line length
Use same max line length of 80 chars in `flake8` as in `pycodestyle`. Signed-off-by: Jonas Bardino <bardino@science.ku.dk>
1 parent c25e85a commit 8f3bbc4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/python-stylecheck.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,5 @@ jobs:
2727
with:
2828
python-root-list: ${{ env.CHANGED_FILES }}
2929
extra-pycodestyle-options: "--max-line-length=80"
30+
extra-flake8-options: "--max-line-length=80"
3031
extra-isort-options: "-m=HANGING_INDENT"

0 commit comments

Comments
 (0)