From 1ac5419d102a99ca9a014f71919bae7e33e84ba7 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Fri, 8 Jan 2021 22:04:57 +0200 Subject: [PATCH] Add XML check to pre-commit. --- .pre-commit-config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 13d68fd..f0c8570 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -7,6 +7,7 @@ repos: - id: check-executables-have-shebangs - id: check-merge-conflict - id: check-symlinks + - id: check-xml - id: trailing-whitespace - repo: https://github.com/Yelp/detect-secrets -- GitLab