From dc21ec539f46b7665ebef275b8cd98b34a611865 Mon Sep 17 00:00:00 2001 From: Matthew Elwell Date: Mon, 24 Jun 2024 10:44:08 +0100 Subject: [PATCH] chore: update pre-commit versions (#4208) --- .pre-commit-config.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index bce63d905111..79b9d1f732b1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,39 +1,39 @@ repos: - repo: https://github.com/PyCQA/isort - rev: 5.12.0 + rev: 5.13.2 hooks: - id: isort name: isort (python) - repo: https://github.com/psf/black - rev: 24.3.0 + rev: 24.4.2 hooks: - id: black language_version: python3 exclude: migrations - repo: https://github.com/pycqa/flake8 - rev: 7.0.0 + rev: 7.1.0 hooks: - id: flake8 name: flake8 args: [--config, api/.flake8] - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 + rev: v4.6.0 hooks: - id: check-yaml - id: check-json - id: check-toml - repo: https://github.com/pre-commit/mirrors-prettier - rev: v3.0.0 + rev: v3.1.0 hooks: - id: prettier exclude: ^(frontend/|CHANGELOG.md) - repo: https://github.com/python-poetry/poetry - rev: 1.8.2 + rev: 1.8.0 hooks: - id: poetry-check args: ['-C', 'api']