mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
.pre-commit: Add xmllint for AP_DDS xml file
Signed-off-by: Ryan Friedman <ryanfriedman5410+github@gmail.com>
This commit is contained in:
parent
80a0373717
commit
c983c856d0
@ -36,6 +36,11 @@ repos:
|
|||||||
- id: check-xml
|
- id: check-xml
|
||||||
- id: check-yaml
|
- id: check-yaml
|
||||||
|
|
||||||
|
- repo: https://github.com/lsst-ts/pre-commit-xmllint
|
||||||
|
rev: v1.0.0
|
||||||
|
hooks:
|
||||||
|
- id: format-xmllint
|
||||||
|
files: libraries/AP_DDS/dds_xrce_profile.xml
|
||||||
# Disable isort and mypy temporarily due to config conflicts
|
# Disable isort and mypy temporarily due to config conflicts
|
||||||
# # Use to sort python imports by name and put system import first.
|
# # Use to sort python imports by name and put system import first.
|
||||||
# - repo: https://github.com/pycqa/isort
|
# - repo: https://github.com/pycqa/isort
|
||||||
|
Loading…
Reference in New Issue
Block a user