Add pre-commit-config

This commit is contained in:
Joshua Casey
2024-10-30 09:38:13 -05:00
parent a11c1a7092
commit 34304b936f
2 changed files with 11 additions and 1 deletions
+10
View File
@@ -0,0 +1,10 @@
# 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-added-large-files