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.
2 parents 52938cb + e0678cb commit c941ab6Copy full SHA for c941ab6
.pylintrc
@@ -90,7 +90,7 @@ persistent=yes
90
91
# Minimum Python version to use for version dependent checks. Will default to
92
# the version used to run pylint.
93
-py-version=3.10
+py-version=3.11
94
95
# Discover python modules and packages in the file system subtree.
96
recursive=no
pyproject.toml
@@ -51,7 +51,7 @@ where = ["src"]
51
include = ["instructlab.sdg"]
52
53
[tool.ruff]
54
-target-version = "py310"
+target-version = "py311"
55
# same as black's default line length
56
line-length = 88
57
0 commit comments