.pre-commit: Add xmllint for AP_DDS xml file

Signed-off-by: Ryan Friedman <ryanfriedman5410+github@gmail.com>
This commit is contained in:
Ryan Friedman 2023-03-22 00:10:54 -06:00 committed by Andrew Tridgell
parent 80a0373717
commit c983c856d0

View File

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