From cc45a1ab5f68852358d1808f65a64fa04be0d4cc Mon Sep 17 00:00:00 2001 From: "TEAM 4.0[bot]" Date: Wed, 29 Apr 2026 08:37:53 +0000 Subject: [PATCH] Update `pre-commit` hooks --- .pre-commit-config.yaml | 6 +++--- {{ cookiecutter.project_slug }}/.pre-commit-config.yaml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2292fba..9dbabbf 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -81,7 +81,7 @@ repos: # More information can be found in its documentation: # https://docs.astral.sh/ruff/ - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.15.11 + rev: v0.15.12 hooks: - id: ruff-check name: ruff @@ -104,7 +104,7 @@ repos: # The project's documentation can be found at: # https://mypy.readthedocs.io/en/stable/index.html - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.20.1 + rev: v1.20.2 hooks: - id: mypy exclude: ^{{ cookiecutter.project_slug }}/ @@ -115,7 +115,7 @@ repos: # The project's documentation can be found at: # https://SINTEF.github.io/ci-cd/ - repo: https://github.com/SINTEF/ci-cd - rev: v2.9.2 + rev: v2.10.0 hooks: - id: docs-api-reference args: diff --git a/{{ cookiecutter.project_slug }}/.pre-commit-config.yaml b/{{ cookiecutter.project_slug }}/.pre-commit-config.yaml index 5e19fc4..5be81fa 100644 --- a/{{ cookiecutter.project_slug }}/.pre-commit-config.yaml +++ b/{{ cookiecutter.project_slug }}/.pre-commit-config.yaml @@ -84,7 +84,7 @@ repos: # More information can be found in its documentation: # https://docs.astral.sh/ruff/ - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.15.11 + rev: v0.15.12 hooks: - id: ruff-check name: ruff @@ -106,7 +106,7 @@ repos: # The project's documentation can be found at: # https://mypy.readthedocs.io/en/stable/index.html - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.20.1 + rev: v1.20.2 hooks: - id: mypy exclude: ^tests/.*$ @@ -119,7 +119,7 @@ repos: # The project's documentation can be found at: # https://SINTEF.github.io/ci-cd/ - repo: https://github.com/SINTEF/ci-cd - rev: v2.9.2 + rev: v2.10.0 hooks: - id: docs-api-reference args: