Skip to content

Commit

Permalink
pre-commit: Run autoupdate
Browse files Browse the repository at this point in the history
* To fix pre-commit/pre-commit#2782

Signed-off-by: Ryan Friedman <[email protected]>
  • Loading branch information
Ryanf55 authored and tridge committed Aug 29, 2023
1 parent 461a8dc commit 9e330b2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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)$
Expand Down

0 comments on commit 9e330b2

Please sign in to comment.