Skip to content

Commit

Permalink
build: force black and conventional commits
Browse files Browse the repository at this point in the history
  • Loading branch information
dfguerrerom committed Nov 12, 2021
1 parent e54517f commit 62e835e
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
repos:
- repo: 'https://github.com/psf/black'
rev: 21.7b0
hooks:
- id: black
- repo: 'https://github.com/commitizen-tools/commitizen'
rev: v2.18.0
hooks:
- id: commitizen
stages:
- commit-msg

0 comments on commit 62e835e

Please sign in to comment.