File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3
3
pydocstyle docstrings convention needs error code and class parser for be
4
4
included as module into flake8
5
5
"""
6
+
6
7
import re
7
8
8
9
supports_ignore_inline_noqa = False
@@ -156,9 +157,9 @@ def _call_check_source(self):
156
157
else None
157
158
)
158
159
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
+ )
162
163
163
164
return self .checker .check_source (
164
165
self .source ,
Original file line number Diff line number Diff line change @@ -14,7 +14,6 @@ license_files = LICENSE
14
14
classifiers =
15
15
Environment :: Console
16
16
Intended Audience :: Developers
17
- License :: OSI Approved :: MIT License
18
17
Operating System :: OS Independent
19
18
Programming Language :: Python :: 3
20
19
Programming Language :: Python :: 3 :: Only
You can’t perform that action at this time.
0 commit comments