Skip to content

Instantly share code, notes, and snippets.

@gonzalodiaz
Created June 6, 2020 09:25
Show Gist options
  • Save gonzalodiaz/d9134a51c8abd743eca163a7b1302432 to your computer and use it in GitHub Desktop.
Save gonzalodiaz/d9134a51c8abd743eca163a7b1302432 to your computer and use it in GitHub Desktop.
PreCommitConfigDefaultYaml
# 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: v2.4.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-yaml
- id: check-added-large-files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment