Skip to content

Instantly share code, notes, and snippets.

@hoajb
Created February 15, 2020 05:21
Show Gist options
  • Save hoajb/a751f5f5075c3829adf4d1efb34d30b6 to your computer and use it in GitHub Desktop.
Save hoajb/a751f5f5075c3829adf4d1efb34d30b6 to your computer and use it in GitHub Desktop.
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.3.0
hooks:
- id: check-yaml
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/psf/black
rev: 19.3b0
hooks:
- id: black
- repo: local
hooks:
- id: commitmsglint
name: commitmsglint
entry: commitlint --extends @commitlint/config-conventional --edit
language: node
stages: [commit-msg]
additional_dependencies:
- "@commitlint/cli"
- "@commitlint/config-conventional"
@hoajb
Copy link
Author

hoajb commented Feb 15, 2020

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment