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

Configure and apply ruff formatter rules #29

Open
daniil-berg opened this issue Sep 16, 2024 · 0 comments
Open

Configure and apply ruff formatter rules #29

daniil-berg opened this issue Sep 16, 2024 · 0 comments
Assignees
Labels
lint Stylistic improvements

Comments

@daniil-berg
Copy link
Contributor

Since we already use the ruff linter extensively, we might as well utilize its formatter. The configuration should be fairly minimal and applying its black-like formatting could be done in a single commit.

We should then integrate the format checker into the CI workflow and thereby ensure consistent code style from that point forward. The isort-like import sorting should be integrated as well. All of it should apply to both src/ and tests/.

@daniil-berg daniil-berg added the lint Stylistic improvements label Sep 16, 2024
@daniil-berg daniil-berg self-assigned this Sep 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lint Stylistic improvements
Projects
None yet
Development

No branches or pull requests

1 participant