File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -28,11 +28,11 @@ jobs:
28
28
python-root-list : ${{ env.CHANGED_FILES }}
29
29
extra-pycodestyle-options : " --max-line-length=80"
30
30
extra-black-options : " --line-length=80"
31
- extra-isort-options : " -m=HANGING_INDENT"
31
+ extra-isort-options : " --line-length=80 - m=HANGING_INDENT"
32
32
# NOTE: we disable flake8 and pylint here to avoid overlap with lint action and limit noise
33
33
use-flake8 : false
34
34
extra-flake8-options : " --max-line-length=80"
35
35
use-pylint : false
36
36
# NOTE: pylint C0209 string format suggestions requires python3.6+ so disable here
37
37
# https://pylint.pycqa.org/en/latest/user_guide/messages/convention/consider-using-f-string.html
38
- extra-pylint-options : " --disable=C0209"
38
+ extra-pylint-options : " --max-line-length = 80 -- disable=C0209"
You can’t perform that action at this time.
0 commit comments