We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a93a5f5 commit 0dee8f6Copy full SHA for 0dee8f6
.github/workflows/python-stylecheck.yml
@@ -29,3 +29,6 @@ jobs:
29
extra-pycodestyle-options: "--max-line-length=80"
30
extra-flake8-options: "--max-line-length=80"
31
extra-isort-options: "-m=HANGING_INDENT"
32
+ # NOTE: pylint C0209 string format suggestions requires python3.6+ so disable here
33
+ # https://pylint.pycqa.org/en/latest/user_guide/messages/convention/consider-using-f-string.html
34
+ extra-pylint-options: "--disable=C0209"
0 commit comments