From a7834da0129a114bd9d9e32b2268f138498dd8de Mon Sep 17 00:00:00 2001 From: pre-commit-update Date: Thu, 2 Jul 2026 00:29:24 +0000 Subject: [PATCH] chore: bump pre-commit hooks --- .pre-commit-config.yaml | 2 +- snapshots/default/.pre-commit-config.yaml | 2 +- snapshots/default/pyproject.toml | 2 +- {{cookiecutter.repo_name}}/.pre-commit-config.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 242da6a..77113e7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,7 @@ default_stages: [pre-push] repos: - repo: https://github.com/crate-ci/typos - rev: v1.47.0 + rev: v1.48.0 hooks: - id: typos - repo: https://github.com/ComPWA/taplo-pre-commit diff --git a/snapshots/default/.pre-commit-config.yaml b/snapshots/default/.pre-commit-config.yaml index 465fa5a..6d8aac0 100644 --- a/snapshots/default/.pre-commit-config.yaml +++ b/snapshots/default/.pre-commit-config.yaml @@ -2,7 +2,7 @@ default_stages: [pre-push] repos: - repo: https://github.com/crate-ci/typos - rev: v1.47.0 + rev: v1.48.0 hooks: - id: typos # formatters and linters are available in the virtualenv so they can be run from the makefile & vscode diff --git a/snapshots/default/pyproject.toml b/snapshots/default/pyproject.toml index f597dbf..8bcb0f2 100644 --- a/snapshots/default/pyproject.toml +++ b/snapshots/default/pyproject.toml @@ -10,7 +10,7 @@ dependencies = [] dev = [ "build~=1.0", "pre-commit~=4.0", - "pyright==1.1.409", + "pyright==1.1.411", "pytest~=9.0", "ruff~=0.15.4", "twine~=6.1", diff --git a/{{cookiecutter.repo_name}}/.pre-commit-config.yaml b/{{cookiecutter.repo_name}}/.pre-commit-config.yaml index 465fa5a..6d8aac0 100644 --- a/{{cookiecutter.repo_name}}/.pre-commit-config.yaml +++ b/{{cookiecutter.repo_name}}/.pre-commit-config.yaml @@ -2,7 +2,7 @@ default_stages: [pre-push] repos: - repo: https://github.com/crate-ci/typos - rev: v1.47.0 + rev: v1.48.0 hooks: - id: typos # formatters and linters are available in the virtualenv so they can be run from the makefile & vscode