Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd2db7ff

Browse files
Review
1 parentb8571f7 commitd2db7ff

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)

[8]ページ先頭

©2009-2025 Movatter.jp