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

Replace isort hook with ruff builtin import sorting #1689

Merged
merged 1 commit into from
Oct 31, 2023

Conversation

nicholasjng
Copy link
Contributor

This behaves the same, and saves a pre-commit step. ruff just needs an additional package location hint to correctly map first-part packages (in this case, google_benchmark).

This revealed a misformat in the google_benchmark/__init__.py, which is now fixed.

This behaves the same, and saves a pre-commit step. ruff just needs an
additional package location hint to correctly map first-part packages
(in this case, `google_benchmark`).

This revealed a misformat in the `google_benchmark.__init__`, which is
now fixed.
@dmah42 dmah42 merged commit bce46fb into google:main Oct 31, 2023
54 of 60 checks passed
@nicholasjng nicholasjng deleted the use-ruff-isort branch April 15, 2024 16:46
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