Skip to content

Commit

Permalink
Add Pre-commit Hook (alshedivat#801)
Browse files Browse the repository at this point in the history
  • Loading branch information
pourmand1376 authored and folguinch committed Feb 12, 2023
1 parent 2659934 commit 2460a49
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -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: v4.3.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-yaml
- id: check-added-large-files

0 comments on commit 2460a49

Please sign in to comment.