Skip to content

Commit

Permalink
Merge pull request #5 from chemelli74/chemelli74-pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
chemelli74 authored Aug 22, 2023
2 parents fd48092 + 1ec2fb4 commit c5654f4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ ci:
autoupdate_commit_msg: "chore(pre-commit.ci): pre-commit autoupdate"

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
hooks:
- id: no-commit-to-branch
args: ["--branch", "main"]
- repo: https://github.com/commitizen-tools/commitizen
rev: v3.4.0
hooks:
Expand All @@ -31,6 +36,8 @@ repos:
rev: 1.5.1
hooks:
- id: poetry-check
- id: poetry-lock
args: ["--no-update"]
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v2.7.1
hooks:
Expand Down

0 comments on commit c5654f4

Please sign in to comment.