From de4431066c00411338e023490294da728dd9ce2f Mon Sep 17 00:00:00 2001 From: Reinout van Rees Date: Fri, 8 Mar 2024 16:00:42 +0100 Subject: [PATCH] Updated hook versions + worked around 3.12-unfriendliness of beautysh --- .pre-commit-config.yaml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 535d3da..e3f8d2a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,18 +1,19 @@ # See https://pre-commit.com/hooks.html for more hooks repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v2.3.0 + rev: v4.5.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer - id: check-yaml - - repo: https://github.com/bemeurer/beautysh - rev: 5.0.2 + - repo: https://github.com/lovesegfault/beautysh + rev: v6.2.1 hooks: - id: beautysh + language_version: "3.11" - repo: https://github.com/psf/black - rev: 19.3b0 + rev: 24.2.0 hooks: - id: black