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 8ab7d10 commit b8958d5Copy full SHA for b8958d5
‎project_name/pyproject.toml.jinja‎
@@ -250,6 +250,10 @@ flake8-comprehensions.allow-dict-calls-with-keyword-arguments = true
250
"ALL",
251
]
252
{%- endif %}
253
+"scripts/*.py" = [
254
+ "T20", # flake8-print
255
+ "INP001", # implicit-namespace-package
256
+]
257
"!tests/test_*.py" = [
258
"PT", # flake8-pytest-style
259
‎project_name/scripts/gen_ref_pages.py‎
@@ -1,4 +1,4 @@
1
-"""Generate the code reference pages.""" # noqa: INP001
+"""Generate the code reference pages."""
2
3
from pathlib import Path
4
0 commit comments