Skip to content

Commit

Permalink
Add pre-commit and configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
smkent committed Sep 22, 2023
1 parent a5f5f5b commit fc6ead1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
hooks:
- id: check-merge-conflict
- id: end-of-file-fixer
- id: trailing-whitespace

0 comments on commit fc6ead1

Please sign in to comment.