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.
target-version
ruff
1 parent 4aa2117 commit 41d2763Copy full SHA for 41d2763
pyproject.toml
@@ -11,7 +11,7 @@ testpaths = [
11
[tool.ruff]
12
fix = true
13
force-exclude = true
14
-target-version = "py39"
+target-version = "py311"
15
lint.ignore = [
16
"COM812", # trailing commas (ruff-format recommended)
17
"D203", # no-blank-line-before-class
0 commit comments