diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d74d0926..d0c30b0a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -15,7 +15,7 @@ repos: - id: check-yaml files: .*\.(yaml|yml)$ - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.12.12 # Use latest Ruff version + rev: v0.14.0 # Use latest Ruff version hooks: - id: ruff - id: ruff-format