From 9bc1f09ef1da24fdbb047e4f7b10da62be4ffb73 Mon Sep 17 00:00:00 2001 From: jo Date: Tue, 25 Jul 2023 19:02:53 +0200 Subject: [PATCH] chore: upgrade pre-commit hooks --- .pre-commit-config.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3f8f3a0e6..be109f291 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -25,14 +25,14 @@ repos: - id: trailing-whitespace - repo: https://github.com/asottile/pyupgrade - rev: v3.3.1 + rev: v3.9.0 hooks: - id: pyupgrade args: [--py37-plus] exclude: ^(api/.*/migrations/.*) - repo: https://github.com/psf/black - rev: 22.12.0 + rev: 23.7.0 hooks: - id: black @@ -47,7 +47,7 @@ repos: - id: flake8 - repo: https://github.com/pre-commit/mirrors-prettier - rev: v2.7.1 + rev: v3.0.0 hooks: - id: prettier files: \.(md|yml|yaml|json)$ @@ -59,7 +59,7 @@ repos: additional_dependencies: [tomli] - repo: https://github.com/shellcheck-py/shellcheck-py - rev: v0.8.0.4 + rev: v0.9.0.5 hooks: - id: shellcheck