From 5a5a4777e417819f7fef810789ca1e4f63864868 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 29 Nov 2021 20:33:22 +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.0.1](https://github.com/pre-commit/pre-commit-hooks/compare/v3.4.0...v4.0.1) - [github.com/pre-commit/pygrep-hooks: v1.7.0 → v1.9.0](https://github.com/pre-commit/pygrep-hooks/compare/v1.7.0...v1.9.0) - https://gitlab.com/pycqa/flake8 → https://github.com/PyCQA/flake8 - [github.com/PyCQA/flake8: 3.8.4 → 4.0.1](https://github.com/PyCQA/flake8/compare/3.8.4...4.0.1) - [github.com/asottile/blacken-docs: v1.9.2 → v1.12.0](https://github.com/asottile/blacken-docs/compare/v1.9.2...v1.12.0) - [github.com/nbQA-dev/nbQA: 0.5.7 → 1.2.2](https://github.com/nbQA-dev/nbQA/compare/0.5.7...1.2.2) --- .pre-commit-config.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4e06131..d605207 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.0.1 hooks: - id: trailing-whitespace # This hook trims trailing whitespace. - id: check-docstring-first # Checks a common error of defining a docstring after code. @@ -13,7 +13,7 @@ repos: - id: no-commit-to-branch args: ['--branch', 'main'] - repo: https://github.com/pre-commit/pygrep-hooks - rev: v1.7.0 + rev: v1.9.0 hooks: - id: python-no-eval # A quick check for the eval() built-in function. - repo: https://github.com/myint/docformatter @@ -21,16 +21,16 @@ repos: hooks: - id: docformatter args: [--in-place] -- repo: https://gitlab.com/pycqa/flake8 - rev: 3.8.4 +- repo: https://github.com/PyCQA/flake8 + rev: 4.0.1 hooks: - id: flake8 - repo: https://github.com/asottile/blacken-docs - rev: v1.9.2 + rev: v1.12.0 hooks: - id: blacken-docs - repo: https://github.com/nbQA-dev/nbQA - rev: 0.5.7 + rev: 1.2.2 hooks: - id: nbqa-black args: [--nbqa-mutate]