Add pre-commit and configuration

This commit is contained in:
Stephen Kent 2023-09-21 23:10:38 -07:00
parent a5f5f5b3b7
commit fc6ead1aef
1 changed files with 7 additions and 0 deletions

7
.pre-commit-config.yaml Normal file
View File

@ -0,0 +1,7 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
hooks:
- id: check-merge-conflict
- id: end-of-file-fixer
- id: trailing-whitespace