We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77d8e23 commit e6d21d8Copy full SHA for e6d21d8
1 file changed
dnnlpy/ruff.toml
@@ -32,8 +32,8 @@ exclude = [
32
line-length = 88
33
indent-width = 4
34
35
-# Assume Python 3.14
36
-target-version = "py314"
+# Assume Python 3.12
+target-version = "py312"
37
38
[lint]
39
# Enable Pyflakes (`F`) and a subset of the pycodestyle (`E`) codes by default.
0 commit comments