Skip to content

Commit 62b7986

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent c59f597 commit 62b7986

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

flake8_docstrings.py

+4-3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
pydocstyle docstrings convention needs error code and class parser for be
44
included as module into flake8
55
"""
6+
67
import re
78

89
supports_ignore_inline_noqa = False
@@ -156,9 +157,9 @@ def _call_check_source(self):
156157
else None
157158
)
158159
if supports_ignore_self_only_init:
159-
check_source_kwargs[
160-
"ignore_self_only_init"
161-
] = self.ignore_self_only_init
160+
check_source_kwargs["ignore_self_only_init"] = (
161+
self.ignore_self_only_init
162+
)
162163

163164
return self.checker.check_source(
164165
self.source,

0 commit comments

Comments
 (0)