diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 474ff0a..736ba9d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,36 +4,36 @@ default_language_version: repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.5.0 + rev: v4.6.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer - 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.29.0 hooks: - id: commitizen - repo: https://github.com/tox-dev/tox-ini-fmt - rev: 1.3.1 + rev: 1.3.2 hooks: - 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.29.2 hooks: - id: check-github-workflows