From 7add7ecf36ab5a8497bd2cc7a3e864b409654b03 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 20:37:52 +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/charliermarsh/ruff-pre-commit: v0.3.5 → v0.4.3](https://github.com/charliermarsh/ruff-pre-commit/compare/v0.3.5...v0.4.3) - [github.com/psf/black: 24.3.0 → 24.4.2](https://github.com/psf/black/compare/24.3.0...24.4.2) - [github.com/MarcoGorelli/cython-lint: v0.16.0 → v0.16.2](https://github.com/MarcoGorelli/cython-lint/compare/v0.16.0...v0.16.2) --- .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 6095e8e4..54c9fa46 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -24,7 +24,7 @@ repos: types_or: [cython, python] exclude: ^docs/source/ - 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-toml @@ -32,16 +32,16 @@ repos: - id: end-of-file-fixer - id: trailing-whitespace - repo: 'https://github.com/charliermarsh/ruff-pre-commit' - rev: v0.3.5 + rev: v0.4.3 hooks: - id: ruff - repo: 'https://github.com/psf/black' - rev: 24.3.0 + rev: 24.4.2 hooks: - id: black types: [python] - repo: 'https://github.com/MarcoGorelli/cython-lint' - rev: v0.16.0 + rev: v0.16.2 hooks: - id: cython-lint - repo: 'https://github.com/pycqa/flake8'