diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 86ea33b0..b7f8e360 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -8,7 +8,7 @@ exclude: (.*\.patch) repos: - repo: https://github.com/keith/pre-commit-buildifier - rev: 8.2.1 + rev: 8.5.1 hooks: - id: buildifier args: @@ -49,7 +49,7 @@ repos: - id: reorder-python-imports args: [--py37-plus] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.14.13 + rev: v0.15.16 hooks: - id: ruff args: [--fix, --show-fixes, --exit-non-zero-on-fix]