We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f15ddf3 commit 28ee74cCopy full SHA for 28ee74c
{{cookiecutter.project_slug}}/pyproject.toml
@@ -96,7 +96,9 @@ dlint = ["+*"]
96
pylint = [
97
"+*",
98
"-C0411", # %s should be placed before %s,
99
- # see https://github.com/PyCQA/pylint/issues/2175 and https://github.com/PyCQA/pylint/issues/1797
+ # see https://github.com/PyCQA/pylint/issues/2175 and https://github.com/PyCQA/pylint/issues/1797
100
+ "-W1203", # Use %s formatting in logging functions. Deprecated rule in favor of
101
+ # f-strings
102
]
103
mccabe = ["+*"]
104
pep8-naming = ["+*"]
0 commit comments