Skip to content

Commit d2db7ff

Browse files
Review
1 parent b8571f7 commit d2db7ff

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

pyproject.toml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ description = "The Sphinx theme for the CPython docs and related projects"
1010
readme = "README.md"
1111
license = "PSF-2.0"
1212
license-files = [ "LICENSE" ]
13-
authors = [ { name = "python-docs-theme maintainers" } ]
13+
authors = [ { name = "Python Docs Sphinx Theme maintainers" } ]
1414
requires-python = ">=3.12"
1515
classifiers = [
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+
]
6470
lint.isort.required-imports = [ "from __future__ import annotations" ]
6571

6672
[tool.pyproject-fmt]

0 commit comments

Comments
 (0)