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 b044a9d commit fe7c11eCopy full SHA for fe7c11e
pyproject.toml
@@ -332,6 +332,9 @@ ignore_path = [
332
"./src/*/_setuptools_scm_version.txt",
333
]
334
335
+# See https://github.com/PyCQA/doc8/issues/78
336
+ignore = [ "D004" ]
337
+
338
[tool.vulture]
339
# Ideally we would limit the paths to the source code where we want to ignore names,
340
# but Vulture does not enable this.
0 commit comments