From 5adacd1f3e6adb156b1b8b663983fb9e8622b17e Mon Sep 17 00:00:00 2001 From: JJMC89 <13820212+JJMC89@users.noreply.github.com> Date: Mon, 27 Dec 2021 15:53:48 -0800 Subject: [PATCH] pre-commit.ci 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.1.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.0.1...v4.1.0) - [github.com/pre-commit/mirrors-mypy: v0.920 → v0.930](https://github.com/pre-commit/mirrors-mypy/compare/v0.920...v0.930) - [github.com/shellcheck-py/shellcheck-py: v0.8.0.2 → v0.8.0.3](https://github.com/shellcheck-py/shellcheck-py/compare/v0.8.0.2...v0.8.0.3) remove forbid-new-submodules pre-commit/pre-commit-hooks#707 --- .pre-commit-config.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9ca9fac..664c6e0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,7 +6,7 @@ repos: - id: check-hooks-apply - id: check-useless-excludes - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.0.1 + rev: v4.1.0 hooks: - id: check-added-large-files - id: check-ast @@ -25,7 +25,6 @@ repos: - id: fix-encoding-pragma args: - --remove - - id: forbid-new-submodules - id: mixed-line-ending - id: trailing-whitespace - repo: https://github.com/pre-commit/pygrep-hooks @@ -89,7 +88,7 @@ repos: - --min-python-version - 3.7.3 - repo: https://github.com/pre-commit/mirrors-mypy - rev: v0.920 + rev: v0.930 hooks: - id: mypy args: [] @@ -101,6 +100,6 @@ repos: hooks: - id: beautysh - repo: https://github.com/shellcheck-py/shellcheck-py - rev: v0.8.0.2 + rev: v0.8.0.3 hooks: - id: shellcheck