From 596a00525a3da2aa2643d456c3a57635343fcbf0 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 17:25:45 +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/pre-commit/pre-commit-hooks: v2.1.0 → v5.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v2.1.0...v5.0.0) - [github.com/pre-commit/mirrors-mypy: v1.5.1 → v1.14.1](https://github.com/pre-commit/mirrors-mypy/compare/v1.5.1...v1.14.1) - [github.com/astral-sh/ruff-pre-commit: v0.8.1 → v0.9.1](https://github.com/astral-sh/ruff-pre-commit/compare/v0.8.1...v0.9.1) --- .pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7bd77650..3740ae4d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,11 +3,11 @@ ci: repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v2.1.0 + rev: v5.0.0 hooks: - id: trailing-whitespace - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.5.1 + rev: v1.14.1 hooks: - id: mypy name: python mypy @@ -15,7 +15,7 @@ repos: pass_filenames: false args: ["python"] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.8.1 + rev: v0.9.1 hooks: - id: ruff name: ruff