Skip to content

Commit 83d6591

Browse files
authored
Update python-stylecheck
Enforce same 80 chars line length in black as in the other checks. Signed-off-by: Jonas Bardino <bardino@science.ku.dk>
1 parent e7a2a37 commit 83d6591

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,6 +27,7 @@ jobs:
2727
with:
2828
python-root-list: ${{ env.CHANGED_FILES }}
2929
extra-pycodestyle-options: "--max-line-length=80"
30+
extra-black-options: "--line-length=80"
3031
extra-isort-options: "-m=HANGING_INDENT"
3132
# NOTE: we disable flake8 and pylint here to avoid overlap with lint action and limit noise
3233
use-flake8: false

0 commit comments

Comments
 (0)