File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ authors = [
88 { name = " Lucas Colley" , email = " lucas.colley8@gmail.com" },
99 { name = " Open Source Contributors" },
1010]
11-
1211description = " Extra array functions that aren't in the array API standard, implemented in terms of the standard."
1312readme = " README.md"
1413license.file = " LICENSE"
@@ -147,7 +146,7 @@ report.exclude_also = [
147146
148147[tool .mypy ]
149148files = [" src" , " tests" ]
150- python_version = " 3.8 "
149+ python_version = " 3.9 "
151150warn_unused_configs = true
152151strict = true
153152enable_error_code = [" ignore-without-code" , " redundant-expr" , " truthy-bool" ]
@@ -164,6 +163,7 @@ disallow_incomplete_defs = true
164163# Ruff
165164
166165[tool .ruff ]
166+ target-version = " py39"
167167
168168[tool .ruff .lint ]
169169extend-select = [
@@ -203,7 +203,7 @@ isort.required-imports = ["from __future__ import annotations"]
203203# Pylint
204204
205205[tool .pylint ]
206- py-version = " 3.8 "
206+ py-version = " 3.9 "
207207ignore-paths = [" .*/_version.py" ]
208208reports.output-format = " colorized"
209209similarities.ignore-imports = " yes"
You can’t perform that action at this time.
0 commit comments