From 8b4702041f9cad48315e81349d19a1f754376024 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 11 Jul 2023 07:04:18 +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/psf/black: 23.3.0 → 23.7.0](https://github.com/psf/black/compare/23.3.0...23.7.0) - https://github.com/charliermarsh/ruff-pre-commit → https://github.com/astral-sh/ruff-pre-commit - [github.com/astral-sh/ruff-pre-commit: v0.0.262 → v0.0.277](https://github.com/astral-sh/ruff-pre-commit/compare/v0.0.262...v0.0.277) - [github.com/pre-commit/mirrors-clang-format: v16.0.2 → v16.0.6](https://github.com/pre-commit/mirrors-clang-format/compare/v16.0.2...v16.0.6) - [github.com/pre-commit/mirrors-eslint: v8.39.0 → v8.44.0](https://github.com/pre-commit/mirrors-eslint/compare/v8.39.0...v8.44.0) --- .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 3bfb47a7d..9fc8ed8eb 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -19,11 +19,11 @@ repos: - id: mixed-line-ending # Python - repo: https://github.com/psf/black - rev: 23.3.0 + rev: 23.7.0 hooks: - id: black-jupyter -- repo: https://github.com/charliermarsh/ruff-pre-commit - rev: v0.0.262 +- repo: https://github.com/astral-sh/ruff-pre-commit + rev: v0.0.277 hooks: - id: ruff args: ["--fix"] @@ -35,7 +35,7 @@ repos: args: ["--write"] # C++ - repo: https://github.com/pre-commit/mirrors-clang-format - rev: v16.0.2 + rev: v16.0.6 hooks: - id: clang-format # Cython @@ -46,7 +46,7 @@ repos: - id: double-quote-cython-strings # JS - repo: https://github.com/pre-commit/mirrors-eslint - rev: v8.39.0 + rev: v8.44.0 hooks: - id: eslint # CSS