From 6ae722d04bc4eb00f2ac908f049f93d53b8d0882 Mon Sep 17 00:00:00 2001 From: Bastien Gerard Date: Sat, 5 Jun 2021 21:17:31 +0200 Subject: [PATCH] precommit update --- .pre-commit-config.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5131c8c7..328a8cbc 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,22 +1,22 @@ fail_fast: false repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v3.4.0 + rev: v4.0.1 hooks: - id: check-merge-conflict - id: debug-statements - id: trailing-whitespace - id: end-of-file-fixer - repo: https://github.com/ambv/black - rev: 21.4b2 + rev: 21.5b2 hooks: - id: black - repo: https://gitlab.com/pycqa/flake8 - rev: 3.9.1 + rev: 3.9.2 hooks: - id: flake8 - repo: https://github.com/asottile/pyupgrade - rev: v2.14.0 + rev: v2.19.1 hooks: - id: pyupgrade args: [--py36-plus]