We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ea8ff6 commit b7e7a4bCopy full SHA for b7e7a4b
1 file changed
pyproject.toml
@@ -10,7 +10,6 @@ description = "The Sphinx theme for the CPython docs and related projects"
10
readme = "README.md"
11
license = "PSF-2.0"
12
license-files = [ "LICENSE" ]
13
-authors = [ { name = "PyPA", email = "distutils-sig@python.org" } ]
14
requires-python = ">=3.12"
15
classifiers = [
16
"Development Status :: 5 - Production/Stable",
@@ -61,12 +60,6 @@ lint.select = [
61
60
"W", # pycodestyle warnings
62
"YTT", # flake8-2020
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
-]
70
lint.isort.required-imports = [ "from __future__ import annotations" ]
71
72
[tool.pyproject-fmt]
0 commit comments