From 156a1c518613481f95373df680d54d1aec199f95 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 6 Aug 2024 00:15:25 +0000 Subject: [PATCH] ci(pre-commit.ci): autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/compilerla/conventional-pre-commit: v3.1.0 → v3.4.0](https://github.com/compilerla/conventional-pre-commit/compare/v3.1.0...v3.4.0) - [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) - https://github.com/charliermarsh/ruff-pre-commit → https://github.com/astral-sh/ruff-pre-commit - [github.com/astral-sh/ruff-pre-commit: v0.1.13 → v0.5.6](https://github.com/astral-sh/ruff-pre-commit/compare/v0.1.13...v0.5.6) - [github.com/psf/black: 22.10.0 → 24.8.0](https://github.com/psf/black/compare/22.10.0...24.8.0) - [github.com/abravalheri/validate-pyproject: v0.15 → v0.18](https://github.com/abravalheri/validate-pyproject/compare/v0.15...v0.18) - [github.com/pre-commit/mirrors-mypy: v1.8.0 → v1.11.1](https://github.com/pre-commit/mirrors-mypy/compare/v1.8.0...v1.11.1) --- .pre-commit-config.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3262b70..2650fd6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -7,36 +7,36 @@ default_install_hook_types: [pre-commit, commit-msg] repos: - repo: https://github.com/compilerla/conventional-pre-commit - rev: v3.1.0 + rev: v3.4.0 hooks: - id: conventional-pre-commit stages: [commit-msg] - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.5.0 + rev: v4.6.0 hooks: - id: check-docstring-first - id: end-of-file-fixer - id: trailing-whitespace - - repo: https://github.com/charliermarsh/ruff-pre-commit - rev: v0.1.13 + - repo: https://github.com/astral-sh/ruff-pre-commit + rev: v0.5.6 hooks: - id: ruff args: [--fix] - repo: https://github.com/psf/black - rev: 22.10.0 + rev: 24.8.0 hooks: - id: black - repo: https://github.com/abravalheri/validate-pyproject - rev: v0.15 + rev: v0.18 hooks: - id: validate-pyproject - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.8.0 + rev: v1.11.1 hooks: - id: mypy files: "^src/"