Skip to content

Commit 98eab06

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 7746874 commit 98eab06

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

.readthedocs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ build:
44
tools:
55
python: "3.12"
66
commands:
7-
- pip install tox
8-
- tox r -e docs -- "${READTHEDOCS_OUTPUT}"/html
7+
- pip install tox
8+
- tox r -e docs -- "${READTHEDOCS_OUTPUT}"/html

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ dependencies = [
4646
optional-dependencies.docs = [
4747
"furo>=2024.8.6",
4848
"sphinx>=8.1.3",
49-
"sphinx-autodoc-typehints>=2.5.0",
49+
"sphinx-autodoc-typehints>=2.5",
5050
]
5151
optional-dependencies.testing = [
5252
"covdefaults>=2.3",
@@ -94,11 +94,11 @@ lint.ignore = [
9494
"ISC001", # Conflict with formatter
9595
"PLC0415", # import at top level
9696
"PLR0904", # Too many public methods
97+
"PLR0911", # Too many return statements
9798
"PLR0912", # Too many branches
9899
"PLR0913", # Too many arguments
99100
"PLR0914", # Too many local variables
100101
"PLR0915", # Too many statements
101-
"PLR0911", # Too many return statements
102102
"PLR0917", # Too many positional arguments
103103
"PLR1702", # Too many nested blocks
104104
"PLR2004", # Magic value used in comparison
@@ -126,9 +126,6 @@ lint.isort = { known-first-party = [
126126
] }
127127
lint.preview = true
128128

129-
[tool.pytest.ini_options]
130-
markers = ["graalpy"]
131-
132129
[tool.codespell]
133130
builtin = "clear,usage,en-GB_to_en-US"
134131
write-changes = true
@@ -137,6 +134,9 @@ count = true
137134
[tool.pyproject-fmt]
138135
max_supported_python = "3.14"
139136

137+
[tool.pytest.ini_options]
138+
markers = [ "graalpy" ]
139+
140140
[tool.coverage]
141141
run.source = [
142142
"py_discovery",

0 commit comments

Comments
 (0)