diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d3e0409d..a518bb17 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,7 @@ repos: # Ruff - linter AND formatter (the single source of truth; CI gates `ruff check` + `ruff format`) - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.15.21 + rev: v0.16.2 hooks: # Lint with autofix, then format, both read the configuration from pyproject.toml - id: ruff