From 0030833e3b547445e9ad61756c0c451a52216f32 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 13 Jun 2023 05:20:10 +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.262 → v0.0.272](https://github.com/charliermarsh/ruff-pre-commit/compare/v0.0.262...v0.0.272) - [github.com/pre-commit/mirrors-clang-format: v16.0.2 → v16.0.4](https://github.com/pre-commit/mirrors-clang-format/compare/v16.0.2...v16.0.4) - [github.com/pre-commit/mirrors-eslint: v8.39.0 → v8.42.0](https://github.com/pre-commit/mirrors-eslint/compare/v8.39.0...v8.42.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 bc9ed3e61..687a77d5d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -23,7 +23,7 @@ repos: hooks: - id: black-jupyter - repo: https://github.com/charliermarsh/ruff-pre-commit - rev: v0.0.262 + rev: v0.0.272 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.4 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.42.0 hooks: - id: eslint # CSS