Add pre-commit support

This commit is contained in:
abejgonzalez
2022-12-21 15:58:51 -08:00
parent e32069eb2a
commit d63c3cb72e

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

@@ -0,0 +1,11 @@
# See https://pre-commit.com for more information
# See https://pre-commit.com/hooks.html for more hooks
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-yaml
- id: check-json
- id: check-added-large-files