From 40c737bee87829d55c0c3fc93972660caa5f35ac Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 22:21:41 +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.6.0 → v5.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.6.0...v5.0.0) - [github.com/charliermarsh/ruff-pre-commit: v0.5.6 → v0.6.9](https://github.com/charliermarsh/ruff-pre-commit/compare/v0.5.6...v0.6.9) - [github.com/psf/black: 24.8.0 → 24.10.0](https://github.com/psf/black/compare/24.8.0...24.10.0) - [github.com/PyCQA/pylint: v3.2.6 → v3.3.1](https://github.com/PyCQA/pylint/compare/v3.2.6...v3.3.1) - [github.com/abravalheri/validate-pyproject: v0.18 → v0.20.2](https://github.com/abravalheri/validate-pyproject/compare/v0.18...v0.20.2) --- .pre-commit-config.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 06a577eb..afac0d05 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.6.0 + rev: v5.0.0 hooks: - id: check-added-large-files - id: check-toml @@ -32,11 +32,11 @@ repos: - id: end-of-file-fixer - id: trailing-whitespace - repo: 'https://github.com/charliermarsh/ruff-pre-commit' - rev: v0.5.6 + rev: v0.6.9 hooks: - id: ruff - repo: 'https://github.com/psf/black' - rev: 24.8.0 + rev: 24.10.0 hooks: - id: black types: [python] @@ -58,7 +58,7 @@ repos: - id: isort types_or: [cython, python] - repo: 'https://github.com/PyCQA/pylint' - rev: v3.2.6 + rev: v3.3.1 hooks: - id: pylint additional_dependencies: @@ -77,6 +77,6 @@ repos: - '--py38-plus' - '--keep-runtime-typing' - repo: 'https://github.com/abravalheri/validate-pyproject' - rev: v0.18 + rev: v0.20.2 hooks: - id: validate-pyproject