Skip to content

Commit da6a05e

Browse files
committed
Adjust doc8 check by also disabling D000
failing with invalid 'D000 Interpreted text role "index" not implemented.' "index" is a valid and default role in Sphinx.
1 parent ce82240 commit da6a05e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ repos:
5454
- id: doc8
5555
args:
5656
- --max-line-length=300
57-
- --ignore=D001,D002,D004
57+
- --ignore=D000,D001,D002,D004
5858
exclude: ^(locale/|_dummy/|build/)
5959

6060
# - repo: local

0 commit comments

Comments
 (0)