From b2cd76d0ec776cba1c4ad70cc6076a1b72d9bf4f Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 11 Apr 2023 02:43:55 +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.1.0 → 23.3.0](https://github.com/psf/black/compare/23.1.0...23.3.0) - [github.com/charliermarsh/ruff-pre-commit: v0.0.255 → v0.0.261](https://github.com/charliermarsh/ruff-pre-commit/compare/v0.0.255...v0.0.261) - [github.com/nbQA-dev/nbQA: 1.6.3 → 1.7.0](https://github.com/nbQA-dev/nbQA/compare/1.6.3...1.7.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 0b66f93..1b0d3b4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -7,7 +7,7 @@ default_stages: minimum_pre_commit_version: 2.16.0 repos: - repo: https://github.com/psf/black - rev: "23.1.0" + rev: "23.3.0" hooks: - id: black - repo: https://github.com/asottile/blacken-docs @@ -25,7 +25,7 @@ repos: # https://github.com/jupyterlab/jupyterlab/issues/12675 language_version: "17.9.1" - repo: https://github.com/charliermarsh/ruff-pre-commit - rev: v0.0.255 + rev: v0.0.261 hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix] @@ -49,7 +49,7 @@ repos: language: fail files: '.*\.rej$' - repo: https://github.com/nbQA-dev/nbQA - rev: 1.6.3 + rev: 1.7.0 hooks: - id: nbqa-black - id: nbqa-ruff