{{ message }}
Why use ruff and black at the same time? #2021
Answered
by
YuriiMotov
sakshamgoyal-01
asked this question in
Questions
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 |
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