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 dca3eef commit f4e0f35Copy full SHA for f4e0f35
1 file changed
pyproject.toml
@@ -164,10 +164,9 @@ line-length = 120
164
output-format = "grouped"
165
target-version = "py37"
166
167
-[tool.ruff.format]
168
-docstring-code-format = true
169
-# Disable Ruff formatting while keeping linting
170
-enabled = false
+# Ruff formatting is disabled - only linting is enabled
+# [tool.ruff.format]
+# docstring-code-format = true
171
172
[tool.ruff.lint]
173
select = [
0 commit comments