File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ description = "The Sphinx theme for the CPython docs and related projects"
1010readme = " README.md"
1111license = " PSF-2.0"
1212license-files = [ " LICENSE" ]
13- authors = [ {
name =
" PyPA" ,
email =
" [email protected] " } ]
1413requires-python = " >=3.12"
1514classifiers = [
1615 " Development Status :: 5 - Production/Stable" ,
@@ -61,12 +60,6 @@ lint.select = [
6160 " W" , # pycodestyle warnings
6261 " YTT" , # flake8-2020
6362]
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- ]
7063lint.isort.required-imports = [ " from __future__ import annotations" ]
7164
7265[tool .pyproject-fmt ]
You can’t perform that action at this time.
0 commit comments