From ca50a3de640cdd2301d3b347cee644815d053e46 Mon Sep 17 00:00:00 2001 From: Elliot Jordan Date: Sun, 21 May 2023 14:22:15 -0700 Subject: [PATCH] Update pre-commit config --- .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 adf720d..909dcb4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.0.1 + rev: v4.4.0 hooks: - id: check-added-large-files args: [--maxkb=100] @@ -14,11 +14,11 @@ repos: - id: trailing-whitespace args: [--markdown-linebreak-ext=md] - repo: https://github.com/python/black - rev: 21.5b1 + rev: 23.3.0 hooks: - id: black - repo: https://github.com/homebysix/pre-commit-macadmin - rev: v1.10.1 + rev: v1.12.4 hooks: - id: check-autopkg-recipes - id: forbid-autopkg-overrides