mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
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:
parent
461a8dc86f
commit
9e330b2f09
@ -16,7 +16,7 @@ exclude: |
|
|||||||
|
|
||||||
repos:
|
repos:
|
||||||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||||
rev: v4.2.0
|
rev: v4.4.0
|
||||||
hooks:
|
hooks:
|
||||||
#- id: trailing-whitespace
|
#- id: trailing-whitespace
|
||||||
#- id: end-of-file-fixer
|
#- id: end-of-file-fixer
|
||||||
@ -37,12 +37,12 @@ repos:
|
|||||||
- id: check-yaml
|
- id: check-yaml
|
||||||
|
|
||||||
- repo: https://github.com/lsst-ts/pre-commit-xmllint
|
- repo: https://github.com/lsst-ts/pre-commit-xmllint
|
||||||
rev: v1.0.0
|
rev: 6f36260b537bf9a42b6ea5262c915ae50786296e
|
||||||
hooks:
|
hooks:
|
||||||
- id: format-xmllint
|
- id: format-xmllint
|
||||||
files: libraries/AP_DDS/dds_xrce_profile.xml
|
files: libraries/AP_DDS/dds_xrce_profile.xml
|
||||||
- repo: https://github.com/psf/black
|
- repo: https://github.com/psf/black
|
||||||
rev: 23.1.0
|
rev: 23.7.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: black
|
- id: black
|
||||||
files: libraries\/AP_DDS\/(wscript|.*\.py)$
|
files: libraries\/AP_DDS\/(wscript|.*\.py)$
|
||||||
|
Loading…
Reference in New Issue
Block a user