From ada3eda21e60729ee7f4cc0636ba18fa01435423 Mon Sep 17 00:00:00 2001 From: Valentin Deniaud Date: Wed, 15 Mar 2023 17:42:00 +0100 Subject: [PATCH] misc: bump djhtml version (#75442) --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9dcc4a2..075abb8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -22,7 +22,7 @@ repos: - id: isort args: ['--profile', 'black', '--line-length', '110'] - repo: https://github.com/rtts/djhtml - rev: 'v1.5.2' + rev: '3.0.5' hooks: - id: djhtml args: ['--tabwidth', '2']