fix: make ruff format work outside of pre-commit#6388
fix: make ruff format work outside of pre-commit#6388benedikt-bartscher wants to merge 2 commits intoreflex-dev:mainfrom
ruff format work outside of pre-commit#6388Conversation
Greptile SummaryThis PR moves the Confidence Score: 5/5Safe to merge — clean two-line config-only fix with no logic changes. Both changed files are configuration-only. The root pyproject.toml already had No files require special attention. Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[ruff format invoked] --> B{How invoked?}
B -->|pre-commit| C["pre-commit hook\n(entry: ruff format)"]
B -->|standalone CLI| D["ruff format ."]
C --> E[ruff searches for config]
D --> E
E --> F["pyproject.toml\n[tool.ruff]\npreview = true"]
F --> G[ruff format runs with preview mode]
Reviews (1): Last reviewed commit: "fix: make `ruff format` work outside of ..." | Re-trigger Greptile |
No description provided.