Add xml, private key, and line ending pre-commit hooks

This commit is contained in:
Avery
2023-11-18 17:20:01 -05:00
parent bc2d488c2e
commit 79e2dea0fe

View File

@@ -4,9 +4,12 @@ repos:
hooks:
- id: check-merge-conflict
- id: check-toml
- id: check-xml
- id: check-yaml
- id: end-of-file-fixer
- id: trailing-whitespace
- id: detect-private-key
- id: mixed-line-ending
- repo: https://codeberg.org/avery42/pre-commit-rust.git
rev: v1.0.0