You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Result:
Run [mccabe] hades/doc.py
Run [pycodestyle] hades/doc.py
Run [pyflakes] hades/doc.py
Run [pylint] hades/doc.py
Run [mypy] hades/doc.py
hades/doc.py:77:17 W1203 Use lazy % formatting in logging functions [pylint]
Different case, similar setup/behaviour:
pylama -i C,R,W1203 ./hades/doc.py
hades/doc.py:77:17 W1203 Use lazy % formatting in logging functions [pylint]
The text was updated successfully, but these errors were encountered:
Summary:
Despite being ignored via pylama.ini/cli parameter, W1203 is shown anyway.
Context:
(pylama: [pylama==8.4.1 pylint==2.17.2 pycodestyle==2.10.0 pyflakes==3.0.1 mypy==1.2.0)
CLI call:
pylama -v --options=./pylama.ini /builds/tools/test-automation/sowat/hades/hades/doc.py
Log:
Result:
Run [mccabe] hades/doc.py
Run [pycodestyle] hades/doc.py
Run [pyflakes] hades/doc.py
Run [pylint] hades/doc.py
Run [mypy] hades/doc.py
hades/doc.py:77:17 W1203 Use lazy % formatting in logging functions [pylint]
Different case, similar setup/behaviour:
pylama -i C,R,W1203 ./hades/doc.py
hades/doc.py:77:17 W1203 Use lazy % formatting in logging functions [pylint]
The text was updated successfully, but these errors were encountered: