From e81597a9d221e4c97d124f1ac4e4f6a11ec09b93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alberto=20Mor=C3=B3n=20Hern=C3=A1ndez?= Date: Sat, 28 Feb 2026 21:30:27 +0000 Subject: [PATCH] chore: update pre-commit hooks --- prek.toml | 6 +++--- template/prek.toml.jinja | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/prek.toml b/prek.toml index ae5ab03..856b728 100644 --- a/prek.toml +++ b/prek.toml @@ -21,7 +21,7 @@ hooks = [ [[repos]] repo = "https://github.com/astral-sh/ruff-pre-commit" -rev = "v0.15.1" +rev = "v0.15.4" hooks = [ # `--config` to stop ruff from using {{project_name}}/pyproject.toml # https://github.com/astral-sh/ruff/issues/9585 @@ -31,7 +31,7 @@ hooks = [ [[repos]] repo = "https://github.com/DavidAnson/markdownlint-cli2" -rev = "v0.20.0" +rev = "v0.21.0" hooks = [ { id = "markdownlint-cli2", args = [ "--config", @@ -41,7 +41,7 @@ hooks = [ [[repos]] repo = "https://github.com/crate-ci/typos" -rev = "v1.43.4" +rev = "v1.44.0" hooks = [{ id = "typos", args = ["--force-exclude"] }] [[repos]] diff --git a/template/prek.toml.jinja b/template/prek.toml.jinja index 678dcb3..bfee8ee 100644 --- a/template/prek.toml.jinja +++ b/template/prek.toml.jinja @@ -24,7 +24,7 @@ hooks = [{ id = "mypy", exclude = { glob = [".pdbrc"] } }] [[repos]] repo = "https://github.com/astral-sh/ruff-pre-commit" -rev = "v0.15.1" +rev = "v0.15.4" hooks = [ # `--config` to stop ruff from using {{project_name}}/pyproject.toml # https://github.com/astral-sh/ruff/issues/9585 @@ -34,7 +34,7 @@ hooks = [ [[repos]] repo = "https://github.com/DavidAnson/markdownlint-cli2" -rev = "v0.20.0" +rev = "v0.21.0" hooks = [ { id = "markdownlint-cli2", args = [ "--config", @@ -44,7 +44,7 @@ hooks = [ [[repos]] repo = "https://github.com/crate-ci/typos" -rev = "v1.43.4" +rev = "v1.44.0" hooks = [{ id = "typos", args = ["--force-exclude"] }] [[repos]]