From 1b47bd9a212da67c7c3eab3dfba120a6ec064c6a Mon Sep 17 00:00:00 2001 From: Elliot Jordan Date: Sat, 4 Jan 2025 15:55:40 -0800 Subject: [PATCH] Update pre-commit config --- .pre-commit-config.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e96056f4..7b0a2a25 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/homebysix/pre-commit-macadmin - rev: v1.17.0 + rev: v1.18.0 hooks: - id: check-autopkg-recipes args: ["--recipe-prefix=com.github.homebysix.", "--strict", "--"] @@ -22,12 +22,11 @@ repos: - id: detect-private-key - id: end-of-file-fixer - id: fix-byte-order-marker - - id: fix-encoding-pragma - id: mixed-line-ending - id: no-commit-to-branch - id: trailing-whitespace args: ["--markdown-linebreak-ext=md"] - - repo: https://github.com/ambv/black + - repo: https://github.com/psf/black rev: 24.10.0 hooks: - id: black