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 33pydocstyle docstrings convention needs error code and class parser for be
44included as module into flake8
55"""
6+
67import re
78
89supports_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 ,
Original file line number Diff line number Diff line change @@ -14,7 +14,6 @@ license_files = LICENSE
1414classifiers =
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
You can’t perform that action at this time.
0 commit comments