Skip to content

Commit

Permalink
chore: add pre-commit hooks checks
Browse files Browse the repository at this point in the history
  • Loading branch information
carlsonp committed Feb 9, 2024
1 parent 6e02fff commit 4e2ac15
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
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: 22.10.0
hooks:
- id: black
- repo: https://github.com/compilerla/conventional-pre-commit
rev: v3.1.0
hooks:
- id: conventional-pre-commit
stages: [commit-msg]
args: []

0 comments on commit 4e2ac15

Please sign in to comment.