diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b42dc44c..2592c7da 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,12 +1,12 @@ repos: # Hooks that are run everywhere - repo: https://github.com/pre-commit/mirrors-prettier - rev: v4.0.0-alpha.5 # Only update together with the pre-commit yaml in the tempalate! + rev: v4.0.0-alpha.8 # Only update together with the pre-commit yaml in the tempalate! hooks: - id: prettier # Hooks that are run for scripts - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.1.8 + rev: v0.1.9 hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix] diff --git a/{{cookiecutter.project_name}}/.pre-commit-config.yaml b/{{cookiecutter.project_name}}/.pre-commit-config.yaml index 1eaae514..d503f505 100644 --- a/{{cookiecutter.project_name}}/.pre-commit-config.yaml +++ b/{{cookiecutter.project_name}}/.pre-commit-config.yaml @@ -7,11 +7,11 @@ default_stages: minimum_pre_commit_version: 2.16.0 repos: - repo: https://github.com/pre-commit/mirrors-prettier - rev: v4.0.0-alpha.5 + rev: v4.0.0-alpha.8 hooks: - id: prettier - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.1.8 + rev: v0.1.9 hooks: - id: ruff types_or: [python, pyi, jupyter]