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"
1010readme = " README.md"
1111license = " PSF-2.0"
1212license-files = [ " LICENSE" ]
13- authors = [ { name = " python-docs-theme maintainers" } ]
13+ authors = [ { name = " Python Docs Sphinx Theme maintainers" } ]
1414requires-python = " >=3.12"
1515classifiers = [
1616 " Development Status :: 5 - Production/Stable" ,
@@ -61,6 +61,12 @@ lint.select = [
6161 " W" , # pycodestyle warnings
6262 " YTT" , # flake8-2020
6363]
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+ ]
6470lint.isort.required-imports = [ " from __future__ import annotations" ]
6571
6672[tool .pyproject-fmt ]
You can’t perform that action at this time.
0 commit comments