We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b0fb88 commit 6619204Copy full SHA for 6619204
pyproject.toml
@@ -55,7 +55,7 @@ write_to_template = "__version__ = '{version}'"
55
tag_regex = "^(?P<prefix>v)?(?P<version>[^\\+]+)(?P<suffix>.*)?$"
56
57
[tool.ruff]
58
-target-version = "py38"
+target-version = "py39"
59
line-length = 79
60
61
lint.select = [
0 commit comments