From 00912186ccc256c7c69545f3fdfd78338b605b86 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 21:27:28 +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: v4.5.0 → v4.6.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.5.0...v4.6.0) - [github.com/jendrikseipp/vulture: v2.10 → v2.11](https://github.com/jendrikseipp/vulture/compare/v2.10...v2.11) - [github.com/astral-sh/ruff-pre-commit: v0.1.13 → v0.3.7](https://github.com/astral-sh/ruff-pre-commit/compare/v0.1.13...v0.3.7) - [github.com/psf/black: 23.12.1 → 24.4.0](https://github.com/psf/black/compare/23.12.1...24.4.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 9dc4a1e..dfde0f7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.5.0 + rev: v4.6.0 hooks: - id: check-added-large-files - id: check-case-conflict @@ -15,15 +15,15 @@ repos: - id: python-check-blanket-noqa - id: python-use-type-annotations - repo: https://github.com/jendrikseipp/vulture - rev: v2.10 + rev: v2.11 hooks: - id: vulture - repo: https://github.com/astral-sh/ruff-pre-commit - rev: 'v0.1.13' + rev: 'v0.3.7' hooks: - id: ruff - repo: https://github.com/psf/black - rev: 23.12.1 + rev: 24.4.0 hooks: - id: black language_version: python3