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 = [
8
8
{ name = " Lucas Colley" , email = " lucas.colley8@gmail.com" },
9
9
{ name = " Open Source Contributors" },
10
10
]
11
-
12
11
description = " Extra array functions that aren't in the array API standard, implemented in terms of the standard."
13
12
readme = " README.md"
14
13
license.file = " LICENSE"
@@ -147,7 +146,7 @@ report.exclude_also = [
147
146
148
147
[tool .mypy ]
149
148
files = [" src" , " tests" ]
150
- python_version = " 3.8 "
149
+ python_version = " 3.9 "
151
150
warn_unused_configs = true
152
151
strict = true
153
152
enable_error_code = [" ignore-without-code" , " redundant-expr" , " truthy-bool" ]
@@ -164,6 +163,7 @@ disallow_incomplete_defs = true
164
163
# Ruff
165
164
166
165
[tool .ruff ]
166
+ target-version = " py39"
167
167
168
168
[tool .ruff .lint ]
169
169
extend-select = [
@@ -203,7 +203,7 @@ isort.required-imports = ["from __future__ import annotations"]
203
203
# Pylint
204
204
205
205
[tool .pylint ]
206
- py-version = " 3.8 "
206
+ py-version = " 3.9 "
207
207
ignore-paths = [" .*/_version.py" ]
208
208
reports.output-format = " colorized"
209
209
similarities.ignore-imports = " yes"
You can’t perform that action at this time.
0 commit comments