diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 474ff0a..cbd4456 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -11,13 +11,13 @@ repos: - id: check-toml - repo: https://github.com/adrienverge/yamllint.git - rev: v1.33.0 + rev: v1.35.1 hooks: - id: yamllint exclude: "{{ cookiecutter.repo_name }}/environment.yml" - repo: https://github.com/commitizen-tools/commitizen - rev: v3.13.0 + rev: v3.15.0 hooks: - id: commitizen @@ -27,13 +27,13 @@ repos: - id: tox-ini-fmt - repo: https://github.com/pre-commit/mirrors-prettier - rev: v4.0.0-alpha.4 + rev: v4.0.0-alpha.8 hooks: - id: prettier exclude: "{{ cookiecutter.repo_name }}/environment.yml" - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.27.3 + rev: 0.28.0 hooks: - id: check-github-workflows