From 0e6bcbc0304be1cb9e49b62cbcb1c083a6178164 Mon Sep 17 00:00:00 2001 From: Bastien Gerard Date: Tue, 4 May 2021 10:43:48 +0200 Subject: [PATCH] update precommit --- .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 9e50053e..5131c8c7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -8,7 +8,7 @@ repos: - id: trailing-whitespace - id: end-of-file-fixer - repo: https://github.com/ambv/black - rev: 20.8b1 + rev: 21.4b2 hooks: - id: black - repo: https://gitlab.com/pycqa/flake8 @@ -16,7 +16,7 @@ repos: hooks: - id: flake8 - repo: https://github.com/asottile/pyupgrade - rev: v2.13.0 + rev: v2.14.0 hooks: - id: pyupgrade args: [--py36-plus]