Skip to content

Commit

Permalink
⬆️ dep-bump: pre-commit hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
ljnsn committed Apr 29, 2024
1 parent 4dda74b commit 35a2800
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ repos:
- id: check-useless-excludes

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
- id: check-added-large-files
exclude: ^tests/(cassettes|__snapshots__)/.+\.(yaml|ambr)$
Expand Down Expand Up @@ -43,7 +43,7 @@ repos:

# change to use yamlfix or prettier
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
rev: v2.12.0
rev: v2.13.0
hooks:
- id: pretty-format-yaml
args:
Expand All @@ -54,18 +54,18 @@ repos:
exclude: ^tests/cassettes/.+\.yaml$

- repo: https://github.com/commitizen-tools/commitizen
rev: v3.17.0
rev: v3.24.0
hooks:
- id: commitizen
additional_dependencies: [cz-conventional-gitmoji]

- repo: https://github.com/ljnsn/cz-conventional-gitmoji
rev: v0.2.4
rev: v0.3.1
hooks:
- id: conventional-gitmoji

- repo: https://github.com/pdm-project/pdm
rev: 2.12.4
rev: 2.15.1
hooks:
- id: pdm-lock-check

Expand Down

0 comments on commit 35a2800

Please sign in to comment.