|
15 | 15 | license = {text = "GPL-2.0-only"} |
16 | 16 | keywords = ["controller", "mapping", "tools"] |
17 | 17 | classifiers = [ |
18 | | - "Programming Language :: Python :: 3", |
19 | | - "License :: OSI Approved :: GNU General Public License v2 (GPLv2)", |
20 | | - "Operating System :: POSIX :: Linux", |
21 | | - "Typing :: Typed", |
| 18 | + "Programming Language :: Python :: 3", |
| 19 | + "License :: OSI Approved :: GNU General Public License v2 (GPLv2)", |
| 20 | + "Operating System :: POSIX :: Linux", |
| 21 | + "Typing :: Typed", |
22 | 22 | ] |
23 | 23 | requires-python = ">=3.10" |
24 | 24 | #platforms = ["Linux"] |
@@ -78,8 +78,8 @@ ignore = [ |
78 | 78 | 'W191', # We use tabs for indents, disabling this atrocious PEP 8 recommendation |
79 | 79 | 'D206', # ^ |
80 | 80 | 'D203', # incorrect-blank-line-before-class - Clashes with D211 |
81 | | -# 'D211', # no-blank-line-before-class - Clashes with D203 |
82 | | -# 'D212', # multi-line-summary-first-line - Clashes with D213 |
| 81 | + #'D211', # no-blank-line-before-class - Clashes with D203 |
| 82 | + #'D212', # multi-line-summary-first-line - Clashes with D213 |
83 | 83 | 'D213', # multi-line-summary-second-line - Clashes with D212 |
84 | 84 | 'D400', # ends-in-period - We do not care if docstrings end with a period |
85 | 85 | 'D415', # ends-in-punctuation - ^ |
|
0 commit comments