Why use ruff and black at the same time? #2021
Answered
by
YuriiMotov
sakshamgoyal-01
asked this question in
Questions
-
First Check
DescriptionI was just curious on why this project uses ruff and black at the same time for linting. Why not just use ruff directly? |
Beta Was this translation helpful? Give feedback.
Answered by
YuriiMotov
Jun 25, 2026
Replies: 1 comment
-
|
Only ruff is used for linting. Black is used for formatting the auto-generated files: sqlmodel/scripts/generate_select.py Line 55 in a66c3c6 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
YuriiMotov
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Only ruff is used for linting. Black is used for formatting the auto-generated files:
sqlmodel/scripts/generate_select.py
Line 55 in a66c3c6