From 5957b91f5b3a953d6388e9b86d55c9941083df65 Mon Sep 17 00:00:00 2001 From: Jaap Joris Vens Date: Wed, 30 Jun 2021 00:48:04 +0200 Subject: [PATCH] ...and `autoupdate` them --- .pre-commit-config.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f6f2ea1..c71b5df 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,27 +1,27 @@ repos: - repo: https://github.com/rtts/djhtml - rev: main + rev: v1.4.9 hooks: - id: djhtml - repo: https://github.com/myint/autoflake - rev: master + rev: v1.4 hooks: - id: autoflake args: ['--in-place', '--remove-all-unused-imports'] - repo: https://github.com/pycqa/isort - rev: main + rev: 5.9.1 hooks: - id: isort - repo: https://github.com/pycqa/flake8 - rev: master + rev: 3.9.2 hooks: - id: flake8 - repo: https://github.com/psf/black - rev: main + rev: 21.6b0 hooks: - id: black