From 525d8f3cf619f2ff94f8690114488dd406434abb Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 11 Jul 2022 22:59:53 +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: v4.0.1 → v4.3.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.0.1...v4.3.0) - [github.com/asottile/pyupgrade: v2.29.0 → v2.37.1](https://github.com/asottile/pyupgrade/compare/v2.29.0...v2.37.1) - [github.com/asottile/reorder_python_imports: v2.6.0 → v3.8.1](https://github.com/asottile/reorder_python_imports/compare/v2.6.0...v3.8.1) - [github.com/asottile/setup-cfg-fmt: v1.17.0 → v1.20.1](https://github.com/asottile/setup-cfg-fmt/compare/v1.17.0...v1.20.1) - [github.com/psf/black: 21.9b0 → 22.6.0](https://github.com/psf/black/compare/21.9b0...22.6.0) - [github.com/asottile/blacken-docs: v1.11.0 → v1.12.1](https://github.com/asottile/blacken-docs/compare/v1.11.0...v1.12.1) - [github.com/PyCQA/flake8: 3.9.2 → 4.0.1](https://github.com/PyCQA/flake8/compare/3.9.2...4.0.1) - [github.com/nbQA-dev/nbQA: 1.1.1 → 1.3.1](https://github.com/nbQA-dev/nbQA/compare/1.1.1...1.3.1) - [github.com/PyCQA/doc8: 0.9.1 → 0.11.2](https://github.com/PyCQA/doc8/compare/0.9.1...0.11.2) - [github.com/mgedmin/check-manifest: 0.47 → 0.48](https://github.com/mgedmin/check-manifest/compare/0.47...0.48) --- .pre-commit-config.yaml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 62a0eff1..f218c851 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: v4.0.1 + rev: v4.3.0 hooks: - id: check-added-large-files args: ['--maxkb=500'] @@ -32,31 +32,31 @@ repos: - id: text-unicode-replacement-char exclude_types: [jupyter] - repo: https://github.com/asottile/pyupgrade - rev: v2.29.0 + rev: v2.37.1 hooks: - id: pyupgrade args: [--py36-plus] - repo: https://github.com/asottile/reorder_python_imports - rev: v2.6.0 + rev: v3.8.1 hooks: - id: reorder-python-imports types: [python] - repo: https://github.com/asottile/setup-cfg-fmt - rev: v1.17.0 + rev: v1.20.1 hooks: - id: setup-cfg-fmt - repo: https://github.com/psf/black - rev: 21.9b0 + rev: 22.6.0 hooks: - id: black types: [python] - repo: https://github.com/asottile/blacken-docs - rev: v1.11.0 + rev: v1.12.1 hooks: - id: blacken-docs additional_dependencies: [black] - repo: https://github.com/PyCQA/flake8 - rev: 3.9.2 + rev: 4.0.1 hooks: - id: flake8 types: [python] @@ -76,13 +76,13 @@ repos: Pygments, ] - repo: https://github.com/nbQA-dev/nbQA - rev: 1.1.1 + rev: 1.3.1 hooks: - id: nbqa-black - id: nbqa-pyupgrade - id: nbqa-isort - repo: https://github.com/PyCQA/doc8 - rev: 0.9.1 + rev: 0.11.2 hooks: - id: doc8 - repo: https://github.com/econchick/interrogate @@ -98,7 +98,7 @@ repos: exclude: \.ipynb args: [-L effekt, -L unparseable] - repo: https://github.com/mgedmin/check-manifest - rev: "0.47" + rev: "0.48" hooks: - id: check-manifest - repo: meta