Skip to content

Commit 7d22499

Browse files
committed
Ignore new pydocstyle check
1 parent 5457cae commit 7d22499

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.cfg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ ignore_errors = True
8989
# - D200
9090
# - D205
9191
# - D400
92+
# - D415
9293
# We don't want blank lines before class docstrings
9394
# - D203
9495
# We don't need docstrings to start at the first line
@@ -102,7 +103,7 @@ ignore_errors = True
102103
# No blank line is needed after the last section
103104
# Do not care about imperative mood
104105
# - D401
105-
ignore = D200,D202,D203,D205,D212,D400,D406,D407,D413,D401
106+
ignore = D200,D202,D203,D205,D212,D400,D406,D407,D413,D401,D415
106107
match=(?!.*(versioneer|test_|_version)).*\.py
107108

108109
[isort]

0 commit comments

Comments
 (0)