-
-
Notifications
You must be signed in to change notification settings - Fork 995
Closed
Milestone
Description
It would be nice for contributors if we could auto-format Pyro's codebase. It seems the most popular python formatter is now black.
Formatting the entire codebase will wreak havok on open PRs, so if we decide to run black
we should try to
- close out existing PRs beforehand, and
- possibly split the formatting across multiple PRs
fehiepsi and jan-matthis