[BUG] ruff doesn't seem to be sorting imports
Ben-Epstein opened this issue · 0 comments
Ben-Epstein commented
Describe the bug
Ruff doesn't seem to be properly taking the place of isort. Format and lint aren't catching improperly sorted imports
To Reproduce
Mess up your imports, run format and lint. No changes
Replace each part with your own scenario:
Expected behavior
Excepting ruff to be sorting imports and catching badly sorted ones
Screenshots
If applicable, add screenshots to help explain your problem.
Environment
- OS: [e.g. Linux / Windows / macOS] macOS
- python_project_template version [e.g. 0.1.0]
0.1.2
- python version [e.g. the output of
python --version
] 3.9.8
Additional context
I personally just added isort to my project