.. _project-ufmt: `µfmt `_ ---------------------------------- .. raw:: html Star µfmt is a safe, atomic code formatter for Python built on top of `black `_ and `µsort `_. µfmt formats files in-memory, first with µsort and then with black, before writing any changes back to disk. This enables a combined, atomic step in CI/CD workflows for checking or formatting files, without any chance of conflict or intermediate changes between the import sorter and the code formatter. .. EOF .. raw:: html