From 3b8437047ba1af3007d5e9bb35a076acb5e3daa4 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 19:18:48 +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/charliermarsh/ruff-pre-commit: v0.1.4 → v0.1.6](https://github.com/charliermarsh/ruff-pre-commit/compare/v0.1.4...v0.1.6) - [github.com/psf/black: 23.10.1 → 23.11.0](https://github.com/psf/black/compare/23.10.1...23.11.0) - [github.com/MarcoGorelli/cython-lint: v0.15.0 → v0.16.0](https://github.com/MarcoGorelli/cython-lint/compare/v0.15.0...v0.16.0) --- .pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d1eccf9e..6630c412 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -32,16 +32,16 @@ repos: - id: end-of-file-fixer - id: trailing-whitespace - repo: 'https://github.com/charliermarsh/ruff-pre-commit' - rev: v0.1.4 + rev: v0.1.6 hooks: - id: ruff - repo: 'https://github.com/psf/black' - rev: 23.10.1 + rev: 23.11.0 hooks: - id: black types: [python] - repo: 'https://github.com/MarcoGorelli/cython-lint' - rev: v0.15.0 + rev: v0.16.0 hooks: - id: cython-lint - repo: 'https://github.com/pycqa/flake8'