Skip to content

Commit fe7c11e

Browse files
committed
Ignore D004 errors in doc8 so it works on Windows
1 parent b044a9d commit fe7c11e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -332,6 +332,9 @@ ignore_path = [
332332
"./src/*/_setuptools_scm_version.txt",
333333
]
334334

335+
# See https://github.com/PyCQA/doc8/issues/78
336+
ignore = [ "D004" ]
337+
335338
[tool.vulture]
336339
# Ideally we would limit the paths to the source code where we want to ignore names,
337340
# but Vulture does not enable this.

0 commit comments

Comments
 (0)