We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c17eb8e commit b293e96Copy full SHA for b293e96
pyproject.toml
@@ -7,7 +7,7 @@ target = ["test", "roboflow"]
7
tests = ["B201", "B301"]
8
9
[tool.ruff]
10
-target-version = "py38"
+target-version = "py39"
11
line-length = 120
12
13
[tool.ruff.lint]
@@ -100,7 +100,7 @@ banned-module-level-imports = [
100
]
101
102
[tool.mypy]
103
-python_version = "3.8"
+python_version = "3.9"
104
exclude = ["^build/"]
105
106
[[tool.mypy.overrides]]
0 commit comments