Skip to content

Commit

Permalink
feat(pre-commit): Create Pre-Commit config
Browse files Browse the repository at this point in the history
  • Loading branch information
gabe565 committed Feb 21, 2024
1 parent 65abaeb commit defce8e
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: fix-byte-order-marker
- id: mixed-line-ending
- id: check-merge-conflict
- id: check-case-conflict

- repo: https://github.com/Lucas-C/pre-commit-hooks
rev: v1.5.5
hooks:
- id: remove-crlf
- id: remove-tabs
types: [yaml]

0 comments on commit defce8e

Please sign in to comment.