diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8541cb80..ba5792d5 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,7 @@ exclude: ^{{cookiecutter.project_slug}}/ repos: - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.7.1 + rev: v0.6.8 hooks: - id: ruff args: @@ -24,7 +24,7 @@ repos: hooks: - id: toml-sort-fix - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.13.0 + rev: v1.11.2 hooks: - id: mypy args: @@ -32,13 +32,13 @@ repos: additional_dependencies: - pytest - repo: https://github.com/pre-commit/mirrors-prettier - rev: v4.0.0-alpha.8 + rev: v3.1.0 hooks: - id: prettier args: - --quote-props=as-needed - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v5.0.0 + rev: v4.6.0 hooks: - id: check-case-conflict - id: check-docstring-first @@ -49,7 +49,7 @@ repos: - --fix=lf - id: trailing-whitespace - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.29.4 + rev: 0.29.3 hooks: # Schemas taken from https://www.schemastore.org/json/ - id: check-jsonschema