Skip to content

Commit db540bb

Browse files
authored
Update python-stylecheck.yml
more line length sync Signed-off-by: Jonas Bardino <[email protected]>
1 parent 603906d commit db540bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-stylecheck.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ jobs:
3535
use-pylint: false
3636
# NOTE: pylint C0209 string format suggestions requires python3.6+ so disable here
3737
# https://pylint.pycqa.org/en/latest/user_guide/messages/convention/consider-using-f-string.html
38-
extra-pylint-options: "--max-line-length = 80 --disable=C0209"
38+
extra-pylint-options: "--max-line-length=80 --disable=C0209"

0 commit comments

Comments
 (0)