install pre-commit

This commit is contained in:
Michael Becker 2022-03-14 21:02:18 -04:00
parent 36115d61fa
commit ef9292689c
No known key found for this signature in database
GPG Key ID: DA394832305DA332

View File

@ -9,6 +9,8 @@ repos:
- id: check-xml
- id: check-executables-have-shebangs
- id: end-of-file-fixer
- id: mixed-line-ending
args: [--fix, auto]
- id: fix-byte-order-marker
- id: trailing-whitespace
- repo: https://github.com/jumanjihouse/pre-commit-hooks