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 2e0f891 commit 72ea209Copy full SHA for 72ea209
1 file changed
pyproject.toml
@@ -98,6 +98,7 @@ ignore_missing_imports = true
98
99
[tool.ruff]
100
extend-exclude = ["test/testdata/demo.py"]
101
+target-version = "py310"
102
103
[tool.ruff.lint]
104
select = ["E", "F", "I"]
0 commit comments