Skip to content

Commit

Permalink
Add pre-commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdebock committed Nov 23, 2020
1 parent 974342e commit a5f8d42
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.3.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-added-large-files

- repo: https://github.com/adrienverge/yamllint
rev: v1.25.0
hooks:
- id: yamllint
args: [-c=.yamllint]

0 comments on commit a5f8d42

Please sign in to comment.