Skip to content

Commit

Permalink
Add basic pre-commit config
Browse files Browse the repository at this point in the history
  • Loading branch information
msricher committed Apr 26, 2024
1 parent 3469591 commit 7415da7
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 @@
# 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: v4.6.0
hooks:
- id: check-symlinks
- id: end-of-file-fixer

0 comments on commit 7415da7

Please sign in to comment.