From 9e330b2f09c5e9da7a9a66ae1f53b044cf854f9d Mon Sep 17 00:00:00 2001 From: Ryan Friedman Date: Mon, 21 Aug 2023 20:32:31 -0600 Subject: [PATCH] pre-commit: Run autoupdate * To fix https://github.com/pre-commit/pre-commit/issues/2782 Signed-off-by: Ryan Friedman --- .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 01af44c584..279ee3978c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -16,7 +16,7 @@ exclude: | repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.2.0 + rev: v4.4.0 hooks: #- id: trailing-whitespace #- id: end-of-file-fixer @@ -37,12 +37,12 @@ repos: - id: check-yaml - repo: https://github.com/lsst-ts/pre-commit-xmllint - rev: v1.0.0 + rev: 6f36260b537bf9a42b6ea5262c915ae50786296e hooks: - id: format-xmllint files: libraries/AP_DDS/dds_xrce_profile.xml - repo: https://github.com/psf/black - rev: 23.1.0 + rev: 23.7.0 hooks: - id: black files: libraries\/AP_DDS\/(wscript|.*\.py)$