From e36eb2d1e81d97120b85c9dbcef608abce16278d Mon Sep 17 00:00:00 2001 From: pre-commit-update Date: Wed, 2 Sep 2026 01:56:38 +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 77113e7..f9a273b 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.48.0 + rev: v1.50.1 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 6d8aac0..194ee58 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.48.0 + rev: v1.50.1 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 671e08b..defe597 100644 --- a/snapshots/default/pyproject.toml +++ b/snapshots/default/pyproject.toml @@ -17,7 +17,7 @@ dev = [ ] [build-system] -requires = ["setuptools>=82,<84"] +requires = ["setuptools>=82,<85"] build-backend = "setuptools.build_meta" [tool.setuptools.packages.find] diff --git a/{{cookiecutter.repo_name}}/.pre-commit-config.yaml b/{{cookiecutter.repo_name}}/.pre-commit-config.yaml index 6d8aac0..194ee58 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.48.0 + rev: v1.50.1 hooks: - id: typos # formatters and linters are available in the virtualenv so they can be run from the makefile & vscode