Skip to content

Commit

Permalink
chore: add .pre-commit-config
Browse files Browse the repository at this point in the history
  • Loading branch information
aaraney authored and christophertubbs committed Jul 31, 2024
1 parent d41a943 commit f658de4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
hooks:
- id: check-added-large-files
- id: check-merge-conflict
- id: end-of-file-fixer
- id: trailing-whitespace

0 comments on commit f658de4

Please sign in to comment.