We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 603906d commit db540bbCopy full SHA for db540bb
.github/workflows/python-stylecheck.yml
@@ -35,4 +35,4 @@ jobs:
35
use-pylint: false
36
# NOTE: pylint C0209 string format suggestions requires python3.6+ so disable here
37
# 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"
+ extra-pylint-options: "--max-line-length=80 --disable=C0209"
0 commit comments