diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2670c67..c51cfed 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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)$ @@ -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: @@ -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