From ceac41593586d34e5bafaedb7f45a87316d4ad15 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 18 Jul 2022 19:17:20 +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/peterdemin/pip-compile-multi: v2.4.1 → v2.4.6](https://github.com/peterdemin/pip-compile-multi/compare/v2.4.1...v2.4.6) - [github.com/lovesegfault/beautysh: v6.1.0 → v6.2.1](https://github.com/lovesegfault/beautysh/compare/v6.1.0...v6.2.1) - [github.com/PyCQA/isort: 5.8.0 → 5.10.1](https://github.com/PyCQA/isort/compare/5.8.0...5.10.1) - [github.com/pre-commit/pre-commit-hooks: v3.4.0 → v4.3.0](https://github.com/pre-commit/pre-commit-hooks/compare/v3.4.0...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/codespell-project/codespell: v2.0.0 → v2.1.0](https://github.com/codespell-project/codespell/compare/v2.0.0...v2.1.0) --- .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 a9f5a8c0dd8..e023985a6ca 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -10,12 +10,12 @@ default_language_version: minimum_pre_commit_version: '1.20.0' repos: - repo: https://github.com/peterdemin/pip-compile-multi - rev: v2.4.1 + rev: v2.4.6 hooks: - id: pip-compile-multi-verify - repo: https://github.com/lovesegfault/beautysh - rev: v6.1.0 + rev: v6.2.1 hooks: - id: beautysh args: [-i, '2'] @@ -26,7 +26,7 @@ repos: - id: python-use-type-annotations - repo: https://github.com/PyCQA/isort - rev: 5.8.0 + rev: 5.10.1 hooks: - id: isort args: [--profile=black, -l=99] @@ -37,7 +37,7 @@ repos: - id: check-hooks-apply - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v3.4.0 + rev: v4.3.0 hooks: - id: check-added-large-files - id: check-case-conflict @@ -58,13 +58,13 @@ repos: # - id: remove-tabs - repo: https://github.com/jumanjihouse/pre-commit-hooks - rev: 2.1.5 + rev: 2.1.6 hooks: - id: shellcheck # - id: shfmt - repo: https://github.com/codespell-project/codespell - rev: v2.0.0 + rev: v2.1.0 hooks: - id: codespell name: Run codespell