From 7f4a75776893bd4a564225a0358d72fd7faad819 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 4 Jul 2022 19:19:10 +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/jumanjihouse/pre-commit-hooks: 2.1.5 → 2.1.6](https://github.com/jumanjihouse/pre-commit-hooks/compare/2.1.5...2.1.6) - [github.com/igorshubovych/markdownlint-cli: v0.29.0 → v0.31.1](https://github.com/igorshubovych/markdownlint-cli/compare/v0.29.0...v0.31.1) - [github.com/pre-commit/mirrors-mypy: v0.910-1 → v0.961](https://github.com/pre-commit/mirrors-mypy/compare/v0.910-1...v0.961) - [github.com/psf/black: 21.9b0 → 22.6.0](https://github.com/psf/black/compare/21.9b0...22.6.0) - git://github.com/detailyang/pre-commit-shell → https://github.com/detailyang/pre-commit-shell --- .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 8705ccc..53c9db0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -15,7 +15,7 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.0.1 + rev: v4.3.0 hooks: - id: check-added-large-files - id: check-ast @@ -49,7 +49,7 @@ repos: - repo: https://github.com/jumanjihouse/pre-commit-hooks # temp fix for pre-commit breakage in shellcheck # https://github.com/jumanjihouse/pre-commit-hooks/issues/82 - rev: 2.1.5 + rev: 2.1.6 hooks: # as of Feb 2020, error with ruby 3.0 # https://github.com/jumanjihouse/pre-commit-hooks/issues/86 @@ -73,14 +73,14 @@ repos: # https://github.com/igorshubovych/markdownlint-cli # node version of markdownlint with better disabling of checks - repo: https://github.com/igorshubovych/markdownlint-cli - rev: v0.29.0 + rev: v0.31.1 hooks: - id: markdownlint # https://ljvmiranda921.github.io/notebook/2018/06/21/precommits-using-black-and-flake8/ # https://github.com/pre-commit/mirrors-mypy - repo: https://github.com/pre-commit/mirrors-mypy - rev: 'v0.910-1' + rev: 'v0.961' hooks: - id: mypy - repo: https://github.com/pycqa/flake8 @@ -109,13 +109,13 @@ repos: # https://ljvmiranda921.github.io/notebook/2018/06/21/precommits-using-black-and-flake8/ - repo: https://github.com/psf/black - rev: 21.9b0 + rev: 22.6.0 hooks: - id: black language_version: python3.9 args: [-l 79] # check shell scripts you check in - - repo: git://github.com/detailyang/pre-commit-shell + - repo: https://github.com/detailyang/pre-commit-shell rev: 1.0.5 hooks: - id: shell-lint