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 f7048d3 commit 7caee17Copy full SHA for 7caee17
pyproject.toml
@@ -82,12 +82,12 @@ version = { attr = "pylint.__pkginfo__.__version__" }
82
83
[tool.ruff]
84
85
+target-version = "py310"
86
+
87
# ruff is less lenient than pylint and does not make any exceptions
88
# (for docstrings, strings and comments in particular).
89
line-length = 115
90
-target-version = "py310"
-
91
extend-exclude = [
92
"tests/**/data/",
93
"tests/**/functional/",
0 commit comments