Skip to content
Merged
Changes from 1 commit
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
Next Next commit
Commit
  • Loading branch information
StanFromIreland committed Sep 16, 2025
commit b7e7a4b474a62a37c07cc90b92a98f9438798d25
7 changes: 0 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ 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 = "[email protected]" } ]
requires-python = ">=3.12"
classifiers = [
"Development Status :: 5 - Production/Stable",
Expand Down Expand Up @@ -61,12 +60,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