pre-commit: Exclude .tito/tito.props from check-xml

This file is not intended to be an XML file, although it is identified
as one by identify-2.6.12.
This should fix the failing github pre-commit checks.
This commit is contained in:
Marek Blaha 2025-05-26 13:24:52 +02:00 committed by Jaroslav Rohel
parent dde9a7a279
commit 5d13cf6269
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ repos:
test/libdnf5/iniparser/test_iniparser.cpp
- id: end-of-file-fixer
- id: check-xml
exclude: \.tito/tito\.props
- id: check-added-large-files
- id: check-merge-conflict
- repo: https://github.com/pre-commit/mirrors-clang-format