From d12f534e47716f50750894507c4c543a66779691 Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Thu, 4 Nov 2021 13:11:03 +0000 Subject: [PATCH] pre-commit: Update requirements Gets rid of an annoying warning about using mutable references. Signed-off-by: Stephen Finucane --- .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 ea996a4..e1d2ceb 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,11 +6,11 @@ default_language_version: python: python3 repos: - repo: https://github.com/ambv/black - rev: stable + rev: 21.10b0 hooks: - id: black - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v3.1.0 + rev: v4.0.1 hooks: - id: trailing-whitespace - id: mixed-line-ending @@ -24,6 +24,6 @@ repos: files: .*\.(yaml|yml)$ - id: check-added-large-files - repo: https://gitlab.com/pycqa/flake8 - rev: 3.8.3 + rev: 3.9.2 hooks: - id: flake8