From 79dc17c22daa0e974f2cbe93b2b927bcbaff0027 Mon Sep 17 00:00:00 2001 From: John Preston Date: Mon, 27 Sep 2021 08:56:40 +0100 Subject: [PATCH] Updated pre-commit --- .pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d46bb4f..2821b39 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,15 +1,15 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v2.3.0 + rev: v4.0.1 hooks: - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/psf/black - rev: 21.6b0 + rev: 21.9b0 hooks: - id: black - repo: https://github.com/pycqa/isort - rev: 5.8.0 + rev: 5.9.3 hooks: - id: isort args: ["--profile", "black", "--filter-files"]