diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c9d907b5..da01475f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,7 +3,7 @@ # Bump the rev here (e.g. via `pre-commit autoupdate`) to upgrade ruff. repos: - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.16.0 + rev: v0.16.2 hooks: - id: ruff-check - id: ruff-format