diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 42b22a0..f0a9fb7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -36,7 +36,7 @@ repos: # git commit policy - repo: https://github.com/michen00/custom-commit-hooks - rev: v0.0.4 + rev: v0.1.1 hooks: - id: enhance-scope # commit-msg - id: conventional-merge-commit # prepare-commit-msg @@ -93,7 +93,7 @@ repos: - id: yamllint args: [--strict] - repo: https://github.com/adhtruong/mirrors-typos - rev: v1.48.0 + rev: v1.49.0 hooks: - id: typos - repo: https://github.com/codespell-project/codespell @@ -116,7 +116,7 @@ repos: - id: validate-pyproject additional_dependencies: ['validate-pyproject-schema-store[all]'] - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.37.4 + rev: 0.38.0 hooks: - id: check-dependabot - id: check-github-workflows