diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a7ff48051aad..0dcfa12f2bac 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,12 +6,12 @@ repos: - id: trailing-whitespace - id: end-of-file-fixer - repo: https://github.com/psf/black-pre-commit-mirror - rev: 24.1.1 # must match test-requirements.txt + rev: 24.3.0 # must match test-requirements.txt hooks: - id: black exclude: '^(test-data/)' - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.2.0 # must match test-requirements.txt + rev: v0.3.5 # must match test-requirements.txt hooks: - id: ruff args: [--exit-non-zero-on-fix]