Backblaze / boardwalk

A linear remote execution workflow engine built on top of Ansible
Other
18 stars 1 forks source link

Replace black+usort with ruff #66

Closed asullivan-blze closed 7 months ago

asullivan-blze commented 7 months ago

What and why?

Implements Ruff to take over code formatting, linting, and import ordering from black and usort.

Resolves #65.

How was this tested?

Exercising the altered Makefile commands to verify functionality.

Checklist