-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
formatting: format entire repo with black (#49)
We added a github workflow that checks PRs for formatting via black with 120 line length. This formats the entire repo with those options so that we have a clean slate. Tested by: ``` (squid) ➜ software git:(ian/format-repo) black --config pyproject.toml . All done! ✨ 🍰 ✨ 65 files left unchanged. ``` And unit tests still pass.
- Loading branch information
Showing
58 changed files
with
7,449 additions
and
5,172 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.