Skip to content

Commit 78ec1ed

Browse files
committed
target version
1 parent 55684a9 commit 78ec1ed

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,9 @@ exclude = [
105105
module = "pyperf"
106106
ignore_missing_imports = true
107107

108+
[tool.ruff]
109+
target-version = "py310"
110+
108111
[tool.ruff.lint]
109112
ignore = [
110113
"E402", # module level import not at top of file

0 commit comments

Comments
 (0)