From 3474658cb2a9106f868198d047a65ceaae233294 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 27 Nov 2023 19:25:36 +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: - https://github.com/charliermarsh/ruff-pre-commit → https://github.com/astral-sh/ruff-pre-commit - [github.com/astral-sh/ruff-pre-commit: v0.1.1 → v0.1.6](https://github.com/astral-sh/ruff-pre-commit/compare/v0.1.1...v0.1.6) - [github.com/psf/black-pre-commit-mirror: 23.10.0 → 23.11.0](https://github.com/psf/black-pre-commit-mirror/compare/23.10.0...23.11.0) - [github.com/alessandrojcm/commitlint-pre-commit-hook: v9.9.0 → v9.10.0](https://github.com/alessandrojcm/commitlint-pre-commit-hook/compare/v9.9.0...v9.10.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 cc7a62d..93d802f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -21,13 +21,13 @@ repos: - id: end-of-file-fixer - id: trailing-whitespace # ruff must before black - - repo: https://github.com/charliermarsh/ruff-pre-commit - rev: v0.1.1 + - repo: https://github.com/astral-sh/ruff-pre-commit + rev: v0.1.6 hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix] - repo: https://github.com/psf/black-pre-commit-mirror - rev: 23.10.0 + rev: 23.11.0 hooks: - id: black # # pyright will be performed by `hatch run lint` @@ -44,7 +44,7 @@ repos: additional_dependencies: - tomli - repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook - rev: v9.9.0 + rev: v9.10.0 hooks: - id: commitlint stages: [commit-msg]