Skip to content

Commit cf4b2fd

Browse files
authored
Add add D1 errors to pydocstyle ignore list
1 parent 69bce95 commit cf4b2fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ show-source = true
1010
exclude = */migrations/*,docs/*,env/*,.tox/*
1111

1212
[pydocstyle]
13-
add-ignore = D100,D101,D102,D103,D104
13+
add-ignore = D1
1414
match-dir = (?!tests|env|\.).*
1515

1616
[isort]

0 commit comments

Comments
 (0)