Skip to content

Commit f4e0f35

Browse files
committed
Fix Ruff configuration: properly disable formatting while keeping linting
1 parent dca3eef commit f4e0f35

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -164,10 +164,9 @@ line-length = 120
164164
output-format = "grouped"
165165
target-version = "py37"
166166

167-
[tool.ruff.format]
168-
docstring-code-format = true
169-
# Disable Ruff formatting while keeping linting
170-
enabled = false
167+
# Ruff formatting is disabled - only linting is enabled
168+
# [tool.ruff.format]
169+
# docstring-code-format = true
171170

172171
[tool.ruff.lint]
173172
select = [

0 commit comments

Comments
 (0)