add pre-commit configuration

This commit is contained in:
Trevor Cooper 2021-11-10 00:25:54 -08:00
parent b5a08825e4
commit 1cfadcb0e0

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

@ -0,0 +1,9 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.2.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-json
- id: check-yaml
- id: check-added-large-files