From 03bb62109257a8a567c88568de1b9442a48a0c52 Mon Sep 17 00:00:00 2001 From: Moul <moul@moul.re> Date: Sat, 7 May 2022 14:37:49 +0200 Subject: [PATCH] Bump pre-commit hooks black was broken --- .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 00f78983..a4b56239 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -11,7 +11,7 @@ repos: - id: mixed-line-ending - id: trailing-whitespace - repo: https://github.com/psf/black - rev: 22.1.0 + rev: 22.3.0 hooks: - id: black - repo: https://github.com/PyCQA/isort @@ -20,7 +20,7 @@ repos: - id: isort args: ["--profile", "black"] - repo: https://github.com/asottile/pyupgrade - rev: v2.31.0 + rev: v2.32.1 hooks: - id: pyupgrade args: [--py37-plus] @@ -32,7 +32,7 @@ repos: - "--server" - "https://git.duniter.org" - repo: https://github.com/Lucas-C/pre-commit-hooks - rev: v1.1.12 + rev: v1.1.13 hooks: - id: insert-license files: \.py$ -- GitLab