Skip to content

Instantly share code, notes, and snippets.

@lynnkwong
Last active April 12, 2022 21:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lynnkwong/f7591525cfc903ec592943e0f2a61ed9 to your computer and use it in GitHub Desktop.
Save lynnkwong/f7591525cfc903ec592943e0f2a61ed9 to your computer and use it in GitHub Desktop.
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.2.0
hooks:
- id: check-added-large-files
- id: check-merge-conflict
- id: debug-statements
- id: detect-private-key
- id: end-of-file-fixer
- id: no-commit-to-branch
args:
- --pattern=develop|main
- id: requirements-txt-fixer
- id: trailing-whitespace
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment