From 4cf27a5c6f9b731543ad0eccb19c68f9b86b9c99 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 21:25:54 +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/astral-sh/ruff-pre-commit: v0.7.0 → v0.7.3](https://github.com/astral-sh/ruff-pre-commit/compare/v0.7.0...v0.7.3) - [github.com/asottile/setup-cfg-fmt: v2.6.0 → v2.7.0](https://github.com/asottile/setup-cfg-fmt/compare/v2.6.0...v2.7.0) - [github.com/asottile/pyupgrade: v3.18.0 → v3.19.0](https://github.com/asottile/pyupgrade/compare/v3.18.0...v3.19.0) - [github.com/pre-commit/mirrors-mypy: v1.11.2 → v1.13.0](https://github.com/pre-commit/mirrors-mypy/compare/v1.11.2...v1.13.0) --- .pre-commit-config.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 96fd6f1..67ce31e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -30,7 +30,7 @@ repos: name: isort (python) - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.7.0" + rev: "v0.7.3" hooks: - id: ruff args: [--fix, --show-fixes] @@ -41,12 +41,12 @@ repos: - id: python-use-type-annotations - repo: https://github.com/asottile/setup-cfg-fmt - rev: "v2.6.0" + rev: "v2.7.0" hooks: - id: setup-cfg-fmt - repo: https://github.com/asottile/pyupgrade - rev: "v3.18.0" + rev: "v3.19.0" hooks: - id: pyupgrade args: ["--py36-plus"] @@ -59,7 +59,7 @@ repos: additional_dependencies: [flake8-bugbear, flake8-print] - repo: https://github.com/pre-commit/mirrors-mypy - rev: "v1.11.2" + rev: "v1.13.0" hooks: - id: mypy files: histoprint