File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ description = "The Sphinx theme for the CPython docs and related projects"
10
10
readme = " README.md"
11
11
license = " PSF-2.0"
12
12
license-files = [ " LICENSE" ]
13
- authors = [ { name = " python-docs-theme maintainers" } ]
13
+ authors = [ { name = " Python Docs Sphinx Theme maintainers" } ]
14
14
requires-python = " >=3.12"
15
15
classifiers = [
16
16
" Development Status :: 5 - Production/Stable" ,
@@ -61,6 +61,12 @@ lint.select = [
61
61
" W" , # pycodestyle warnings
62
62
" YTT" , # flake8-2020
63
63
]
64
+ lint.ignore = [
65
+ " E203" , # Whitespace before ':'
66
+ " E221" , # Multiple spaces before operator
67
+ " E226" , # Missing whitespace around arithmetic operator
68
+ " E241" , # Multiple spaces after ','
69
+ ]
64
70
lint.isort.required-imports = [ " from __future__ import annotations" ]
65
71
66
72
[tool .pyproject-fmt ]
You can’t perform that action at this time.
0 commit comments