diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b1219bd72fb5..4cd804028fe5 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,7 +6,7 @@ repos: name: isort (python) - repo: https://github.com/psf/black - rev: 24.8.0 + rev: 24.10.0 hooks: - id: black language_version: python3 @@ -20,14 +20,14 @@ repos: args: [--config, api/.flake8] - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 + rev: v5.0.0 hooks: - id: check-yaml - id: check-json - id: check-toml - repo: https://github.com/pre-commit/mirrors-prettier - rev: v3.1.0 + rev: v4.0.0-alpha.8 hooks: - id: prettier exclude: ^(frontend/|CHANGELOG.md|.github/docker_build_comment_template.md)