From a13d16dd3a13abf54301191002e8b059583b92d9 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 18:21:06 +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.1.0 → v4.3.0](https://github.com/pre-commit/pre-commit-hooks/compare/v3.1.0...v4.3.0) - https://github.com/ambv/black → https://github.com/psf/black - [github.com/psf/black: 22.3.0 → 22.6.0](https://github.com/psf/black/compare/22.3.0...22.6.0) - https://gitlab.com/pycqa/flake8 → https://github.com/PyCQA/flake8 - [github.com/PyCQA/flake8: 3.8.3 → 4.0.1](https://github.com/PyCQA/flake8/compare/3.8.3...4.0.1) - [github.com/pre-commit/mirrors-mypy: v0.931 → v0.961](https://github.com/pre-commit/mirrors-mypy/compare/v0.931...v0.961) - [github.com/pycqa/isort: 5.5.4 → 5.10.1](https://github.com/pycqa/isort/compare/5.5.4...5.10.1) - [github.com/myint/rstcheck: 3f92957478422df87bd730abde66f089cc1ee19b → v6.0.0.post1](https://github.com/myint/rstcheck/compare/3f92957478422df87bd730abde66f089cc1ee19b...v6.0.0.post1) --- .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 586dfd65..b53d407b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,7 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v3.1.0 + rev: v4.3.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer @@ -11,14 +11,14 @@ repos: - id: pretty-format-json args: ["--autofix", "--indent=2", "--no-sort-keys"] -- repo: https://github.com/ambv/black - rev: 22.3.0 +- repo: https://github.com/psf/black + rev: 22.6.0 hooks: - id: black args: ["--line-length", "100"] -- repo: https://gitlab.com/pycqa/flake8 - rev: 3.8.3 +- repo: https://github.com/PyCQA/flake8 + rev: 4.0.1 hooks: - id: flake8 @@ -28,18 +28,18 @@ repos: - id: seed-isort-config - repo: https://github.com/pre-commit/mirrors-mypy - rev: 'v0.931' + rev: 'v0.961' hooks: - id: mypy exclude: tests - repo: https://github.com/pycqa/isort - rev: 5.5.4 + rev: 5.10.1 hooks: - id: isort args: ["--profile", "black"] - repo: https://github.com/myint/rstcheck - rev: 3f92957478422df87bd730abde66f089cc1ee19b + rev: v6.0.0.post1 hooks: - id: rstcheck