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

Use Ruff for formatting #87

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Use Ruff for formatting #87

wants to merge 2 commits into from

Conversation

a-musing-moose
Copy link
Contributor

This should be hopefully be painless transition to using ruff for both code formatting and import sorting. Flake8 remains our linting tool for now as the amount of configuration needed to align ruff with our current rules is a bit more substantial.

Resolves #86

Runs the latest ruff formatter over the code base.
This should be hopefully be painless transition to using ruff for both code formatting and import sorting. Flake8 remains our linting tool for now as the amount of configuration needed to align ruff with our current rules is a bit more substantial.
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.

Switch to Ruff for code formatting and import sorting
1 participant