diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7d23e3a2eab..0d4743f2477 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -27,7 +27,7 @@ repos: - id: trailing-whitespace - repo: https://github.com/psf/black-pre-commit-mirror - rev: 26.1.0 + rev: 26.3.1 hooks: - id: black exclude: core/tests @@ -42,7 +42,7 @@ repos: - tomli - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.15.5 + rev: v0.15.12 hooks: - id: ruff exclude: core/tests