Skip to content

Commit b293e96

Browse files
authored
bump python version for ruff and mypy
1 parent c17eb8e commit b293e96

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ target = ["test", "roboflow"]
77
tests = ["B201", "B301"]
88

99
[tool.ruff]
10-
target-version = "py38"
10+
target-version = "py39"
1111
line-length = 120
1212

1313
[tool.ruff.lint]
@@ -100,7 +100,7 @@ banned-module-level-imports = [
100100
]
101101

102102
[tool.mypy]
103-
python_version = "3.8"
103+
python_version = "3.9"
104104
exclude = ["^build/"]
105105

106106
[[tool.mypy.overrides]]

0 commit comments

Comments
 (0)