From 6b9b46a5246888fd8df9998182fa2a006bb137bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jochen=20Wersd=C3=B6rfer?= Date: Wed, 30 Oct 2024 14:37:18 +0100 Subject: [PATCH] autoupdate --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index bc6f73a0..26e09799 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,7 +9,7 @@ repos: - id: check-yaml - id: check-toml - repo: https://github.com/asottile/pyupgrade - rev: v3.18.0 + rev: v3.19.0 hooks: - id: pyupgrade args: [--py310-plus] @@ -36,7 +36,7 @@ repos: - id: flake8 language_version: python3 - repo: https://github.com/rtts/djhtml - rev: "3.0.6" # replace with the latest tag on GitHub + rev: "3.0.7" # replace with the latest tag on GitHub hooks: - id: djhtml args: [-t, "2"]