pre-commit: Run autoupdate

* To fix https://github.com/pre-commit/pre-commit/issues/2782

Signed-off-by: Ryan Friedman <ryanfriedman5410+github@gmail.com>
This commit is contained in:
Ryan Friedman 2023-08-21 20:32:31 -06:00 committed by Andrew Tridgell
parent 461a8dc86f
commit 9e330b2f09

View File

@ -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)$