Commits


Nicholas Junge authored and GitHub committed bce46fb413c
Drop isort hook for ruff builtin import sorting (#1689) 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.