@@ -46,7 +46,7 @@ dependencies = [
4646optional-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]
5151optional-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] }
127127lint.preview = true
128128
129- [tool .pytest .ini_options ]
130- markers = [" graalpy" ]
131-
132129[tool .codespell ]
133130builtin = " clear,usage,en-GB_to_en-US"
134131write-changes = true
@@ -137,6 +134,9 @@ count = true
137134[tool .pyproject-fmt ]
138135max_supported_python = " 3.14"
139136
137+ [tool .pytest .ini_options ]
138+ markers = [ " graalpy" ]
139+
140140[tool .coverage ]
141141run.source = [
142142 " py_discovery" ,
0 commit comments