From a3b11f4bfe78f17c9d8efdf6acad120badedae4a Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 5 Sep 2023 03:23:20 +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.0.278 → v0.0.287](https://github.com/charliermarsh/ruff-pre-commit/compare/v0.0.278...v0.0.287) - [github.com/pycqa/flake8: 6.0.0 → 6.1.0](https://github.com/pycqa/flake8/compare/6.0.0...6.1.0) - [github.com/PyCQA/pylint: v3.0.0a6 → v3.0.0a7](https://github.com/PyCQA/pylint/compare/v3.0.0a6...v3.0.0a7) - [github.com/asottile/pyupgrade: v3.9.0 → v3.10.1](https://github.com/asottile/pyupgrade/compare/v3.9.0...v3.10.1) - [github.com/abravalheri/validate-pyproject: v0.13 → v0.14](https://github.com/abravalheri/validate-pyproject/compare/v0.13...v0.14) --- .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 ba328d8a..6f8e3ef8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -32,7 +32,7 @@ repos: - id: end-of-file-fixer - id: trailing-whitespace - repo: 'https://github.com/charliermarsh/ruff-pre-commit' - rev: v0.0.278 + rev: v0.0.287 hooks: - id: ruff - repo: 'https://github.com/psf/black' @@ -45,7 +45,7 @@ repos: hooks: - id: cython-lint - repo: 'https://github.com/pycqa/flake8' - rev: 6.0.0 + rev: 6.1.0 hooks: - id: flake8 additional_dependencies: @@ -58,7 +58,7 @@ repos: - id: isort types_or: [cython, python] - repo: 'https://github.com/PyCQA/pylint' - rev: v3.0.0a6 + rev: v3.0.0a7 hooks: - id: pylint additional_dependencies: @@ -69,7 +69,7 @@ repos: - '--disable=no-name-in-module' - '--disable=import-error' - repo: 'https://github.com/asottile/pyupgrade' - rev: v3.9.0 + rev: v3.10.1 hooks: - id: pyupgrade types_or: [cython, python] @@ -77,6 +77,6 @@ repos: - '--py38-plus' - '--keep-runtime-typing' - repo: 'https://github.com/abravalheri/validate-pyproject' - rev: v0.13 + rev: v0.14 hooks: - id: validate-pyproject