From c31d604339ce454434474ae959c5a59cffb5d4c5 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 1 Nov 2021 18:05:44 +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/asottile/reorder_python_imports: v1.8.0 → v2.6.0](https://github.com/asottile/reorder_python_imports/compare/v1.8.0...v2.6.0) - [github.com/pre-commit/pre-commit-hooks: v2.4.0 → v4.0.1](https://github.com/pre-commit/pre-commit-hooks/compare/v2.4.0...v4.0.1) - [github.com/asottile/pyupgrade: v1.25.1 → v2.29.0](https://github.com/asottile/pyupgrade/compare/v1.25.1...v2.29.0) - [github.com/asottile/blacken-docs: v1.3.0 → v1.11.0](https://github.com/asottile/blacken-docs/compare/v1.3.0...v1.11.0) - [github.com/psf/black: 19.10b0 → 21.10b0](https://github.com/psf/black/compare/19.10b0...21.10b0) - [github.com/PyCQA/doc8: 0.8.1rc2 → 0.9.1](https://github.com/PyCQA/doc8/compare/0.8.1rc2...0.9.1) - https://gitlab.com/pycqa/flake8 → https://github.com/PyCQA/flake8 - [github.com/PyCQA/flake8: 3.7.9 → 4.0.1](https://github.com/PyCQA/flake8/compare/3.7.9...4.0.1) --- .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 e7ea876..0179e3f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,12 +2,12 @@ exclude: ^\. repos: - repo: https://github.com/asottile/reorder_python_imports - rev: v1.8.0 + rev: v2.6.0 hooks: - id: reorder-python-imports files: '(\.pyi?|wscript)$' - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v2.4.0 + rev: v4.0.1 hooks: - id: check-yaml exclude: 'meta\.yaml' @@ -21,32 +21,32 @@ repos: args: [--autofix, --no-sort-keys] - id: trailing-whitespace - repo: https://github.com/asottile/pyupgrade - rev: v1.25.1 + rev: v2.29.0 hooks: - id: pyupgrade args: [ --py36-plus ] - repo: https://github.com/asottile/blacken-docs - rev: v1.3.0 + rev: v1.11.0 hooks: - id: blacken-docs additional_dependencies: [black==19.3b0] files: '(\.md|\.rst)$' - repo: https://github.com/psf/black - rev: 19.10b0 + rev: 21.10b0 hooks: - id: black files: '(\.pyi?|wscript)$' language_version: python3.7 - repo: https://github.com/PyCQA/doc8 - rev: 0.8.1rc2 + rev: 0.9.1 hooks: - id: doc8 args: ["--max-line-length=88", "--ignore=D002,D004"] -- repo: https://gitlab.com/pycqa/flake8 - rev: 3.7.9 +- repo: https://github.com/PyCQA/flake8 + rev: 4.0.1 hooks: - id: flake8 files: '(\.py|wscript)$'