From ee8860b229dc832dcf36e5270fc09ac4729cc4e3 Mon Sep 17 00:00:00 2001 From: Elliot Jordan Date: Sat, 18 Nov 2023 03:24:35 -0800 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 be13a501..2f4819fe 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.12.4 + rev: v1.13.0 hooks: - id: check-autopkg-recipes args: ["--recipe-prefix=com.github.homebysix.", "--strict", "--"] @@ -28,7 +28,7 @@ repos: - id: trailing-whitespace args: ["--markdown-linebreak-ext=md"] - repo: https://github.com/ambv/black - rev: 23.9.1 + rev: 23.11.0 hooks: - id: black - repo: https://github.com/pycqa/isort @@ -43,7 +43,7 @@ repos: rev: 1.16.0 hooks: - id: blacken-docs - additional_dependencies: [black==22.3.0] + additional_dependencies: [black==23.11.0] - repo: https://github.com/PyCQA/pylint rev: v3.0.1 hooks: