From 13eedef9498e9f1f4d2f17e49e52ad26fbb0e073 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 19:51:02 +0000 Subject: [PATCH] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/asottile/pyupgrade: v3.19.1 → v3.20.0](https://github.com/asottile/pyupgrade/compare/v3.19.1...v3.20.0) - [github.com/adamchainz/blacken-docs: 1.19.1 → 1.20.0](https://github.com/adamchainz/blacken-docs/compare/1.19.1...1.20.0) - [github.com/astral-sh/ruff-pre-commit: v0.9.9 → v0.12.12](https://github.com/astral-sh/ruff-pre-commit/compare/v0.9.9...v0.12.12) - [github.com/jvllmr/pre-commit-prettier: v3.5.0 → v3.6.2](https://github.com/jvllmr/pre-commit-prettier/compare/v3.5.0...v3.6.2) - [github.com/pre-commit/mirrors-mypy: v1.15.0 → v1.17.1](https://github.com/pre-commit/mirrors-mypy/compare/v1.15.0...v1.17.1) - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v5.0.0...v6.0.0) --- .pre-commit-config.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ee71226..e42d91f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/asottile/pyupgrade - rev: v3.19.1 + rev: v3.20.0 hooks: - id: pyupgrade args: @@ -16,32 +16,32 @@ repos: hooks: - id: pyaphid - repo: https://github.com/adamchainz/blacken-docs - rev: 1.19.1 # replace with latest tag on GitHub + rev: 1.20.0 # replace with latest tag on GitHub hooks: - id: blacken-docs additional_dependencies: - black - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.9.9" + rev: "v0.12.12" hooks: - id: ruff args: - --fix - id: ruff-format - repo: https://github.com/jvllmr/pre-commit-prettier - rev: v3.5.0 + rev: v3.6.2 hooks: - id: prettier additional_dependencies: [prettier@latest, prettier-plugin-toml@latest] - repo: https://github.com/pre-commit/mirrors-mypy - rev: "v1.15.0" + rev: "v1.17.1" hooks: - id: mypy exclude: ^tests/.* additional_dependencies: - sqlalchemy>=2.0.0 - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v5.0.0 + rev: v6.0.0 hooks: - id: check-yaml - id: end-of-file-fixer