Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 1 addition & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ description = "The Sphinx theme for the CPython docs and related projects"
readme = "README.md"
license = "PSF-2.0"
license-files = [ "LICENSE" ]
authors = [ { name = "PyPA", email = "distutils-sig@python.org" } ]
authors = [ { name = "python-docs-theme maintainers" } ]
requires-python = ">=3.12"
classifiers = [
"Development Status :: 5 - Production/Stable",
Expand Down Expand Up @@ -61,12 +61,6 @@ lint.select = [
"W", # pycodestyle warnings
"YTT", # flake8-2020
]
lint.ignore = [
"E203", # Whitespace before ':'
"E221", # Multiple spaces before operator
"E226", # Missing whitespace around arithmetic operator
"E241", # Multiple spaces after ','
]
lint.isort.required-imports = [ "from __future__ import annotations" ]

[tool.pyproject-fmt]
Expand Down
Loading