tweag / FawltyDeps

Python dependency checker
Other
201 stars 14 forks source link

Use `ruff format` instead of `black` #427

Closed jherland closed 6 months ago

jherland commented 7 months ago

Ruff comes with a built-in formatter (ruff format) which serves as a drop-in replacement for black. The difference in the formatting are minuscule, and can be seen in the second commit in this PR.

Also remove isort as a formatting dependency, since ruff check already performs the same checks.

Commits: