Skip to content

Commit 72d971b

Browse files
committed
Merge remote-tracking branch 'origin/main' into setup-uv
2 parents db39ad0 + 75d9229 commit 72d971b

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)