Skip to content

Commit 10c1aee

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 57d87a2 commit 10c1aee

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

flake8_docstrings.py

Lines changed: 4 additions & 3 deletions
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,

setup.cfg

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ license_files = LICENSE
1414
classifiers =
1515
Environment :: Console
1616
Intended Audience :: Developers
17-
License :: OSI Approved :: MIT License
1817
Operating System :: OS Independent
1918
Programming Language :: Python :: 3
2019
Programming Language :: Python :: 3 :: Only

0 commit comments

Comments
 (0)