astral-sh / astral-sh/ruff-pre-commit
Is it better to run format before lint?
Open
- Dominant language
- Python
- Stars
- 2k
- Forks
- 105
- Avg merge
- 8h 36m
- Merged PRs (30d)
- 1
Description
There are various ruff lint rules that are automatically fixed by ruff format, such as extra whitespace (W291) or semicolons (E703). Hence, is it better to recommend running the formatting hook before the linting hook, when using both?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.