From 67dc70b0cd2024d25ca6b8937c760799eb78c5fd Mon Sep 17 00:00:00 2001 From: Anton Tetov Date: Tue, 20 Aug 2024 12:00:02 +0200 Subject: [PATCH] pre-commit check xml --- .pre-commit-config.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index bc90cde..9cd8c4a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,6 +6,8 @@ repos: - id: end-of-file-fixer - id: check-merge-conflict - id: check-xml + types: [file] + files: \.(launch|xml|urdf)$ - repo: https://github.com/pre-commit/mirrors-prettier rev: v3.1.0 hooks: