From 64354c4e252eb73a6d18bcc85fc248a92a88dcce Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 23 May 2023 05:26:32 +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: v3.4.0 → v4.4.0](https://github.com/pre-commit/pre-commit-hooks/compare/v3.4.0...v4.4.0) - [github.com/pre-commit/pygrep-hooks: v1.7.0 → v1.10.0](https://github.com/pre-commit/pygrep-hooks/compare/v1.7.0...v1.10.0) - https://github.com/myint/docformatter → https://github.com/PyCQA/docformatter - [github.com/PyCQA/docformatter: v1.4 → v1.7.1](https://github.com/PyCQA/docformatter/compare/v1.4...v1.7.1) - https://gitlab.com/pycqa/flake8 → https://github.com/PyCQA/flake8 - [github.com/PyCQA/flake8: 3.8.4 → 6.0.0](https://github.com/PyCQA/flake8/compare/3.8.4...6.0.0) - [github.com/asottile/blacken-docs: v1.9.2 → 1.13.0](https://github.com/asottile/blacken-docs/compare/v1.9.2...1.13.0) - [github.com/nbQA-dev/nbQA: 0.5.7 → 1.7.0](https://github.com/nbQA-dev/nbQA/compare/0.5.7...1.7.0) --- .pre-commit-config.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4e06131..9f0b098 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v3.4.0 + rev: v4.4.0 hooks: - id: trailing-whitespace # This hook trims trailing whitespace. - id: check-docstring-first # Checks a common error of defining a docstring after code. @@ -13,24 +13,24 @@ repos: - id: no-commit-to-branch args: ['--branch', 'main'] - repo: https://github.com/pre-commit/pygrep-hooks - rev: v1.7.0 + rev: v1.10.0 hooks: - id: python-no-eval # A quick check for the eval() built-in function. -- repo: https://github.com/myint/docformatter - rev: v1.4 +- repo: https://github.com/PyCQA/docformatter + rev: v1.7.1 hooks: - id: docformatter args: [--in-place] -- repo: https://gitlab.com/pycqa/flake8 - rev: 3.8.4 +- repo: https://github.com/PyCQA/flake8 + rev: 6.0.0 hooks: - id: flake8 - repo: https://github.com/asottile/blacken-docs - rev: v1.9.2 + rev: 1.13.0 hooks: - id: blacken-docs - repo: https://github.com/nbQA-dev/nbQA - rev: 0.5.7 + rev: 1.7.0 hooks: - id: nbqa-black args: [--nbqa-mutate]