Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Swap Broker formatting from black to ruff #252

Merged
merged 1 commit into from
Nov 21, 2023

Conversation

JacobCallahan
Copy link
Member

Ruff now offers code formatting that is largely black-compatible, with some deviations [1]. Since we are already using Ruff for code linting in the project, we can also rely on it to handle code formatting. This will not only decrease the number of dependencies, but also be faster and (arguably) better formatted.

[1] - https://docs.astral.sh/ruff/formatter/black/

uff now offers code formatting that is largely black-compatible, with some deviations [1].
Since we are already using Ruff for code linting in the project, we can also rely on it to handle code formatting.
This will not only decrease the number of dependencies, but also be faster and (arguably) better formatted.

[1] - https://docs.astral.sh/ruff/formatter/black/
@ogajduse ogajduse merged commit b24bfcf into SatelliteQE:master Nov 21, 2023
3 checks passed
@JacobCallahan JacobCallahan deleted the black2ruff branch November 21, 2023 13:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants