forked from rerun-io/rerun
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Format python with: black, ruff, black (rerun-io#2686)
### What The previous PR: rerun-io#2681 turned out not to handle all edge-cases. Ruff does not currently format line-lengths which causes ruff to fail if black hasn't been run first. For now we just need to call black twice. ### Checklist * [x] I have read and agree to [Contributor Guide](https://github.com/rerun-io/rerun/blob/main/CONTRIBUTING.md) and the [Code of Conduct](https://github.com/rerun-io/rerun/blob/main/CODE_OF_CONDUCT.md) * [x] I've included a screenshot or gif (if applicable) * [x] I have tested [demo.rerun.io](https://demo.rerun.io/pr/2686) (if applicable) - [PR Build Summary](https://build.rerun.io/pr/2686) - [Docs preview](https://rerun.io/preview/pr%3Ajleibs%2Fblack_ruff_black/docs) - [Examples preview](https://rerun.io/preview/pr%3Ajleibs%2Fblack_ruff_black/examples)
- Loading branch information
Showing
2 changed files
with
34 additions
and
12 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