From f85adea8ac045f56d8f694fc2ce107c3894c6b41 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 17:27:22 +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: - git://github.com/pre-commit/pre-commit-hooks → https://github.com/pre-commit/pre-commit-hooks - git://github.com/asottile/reorder_python_imports → https://github.com/asottile/reorder-python-imports - [github.com/asottile/reorder-python-imports: ab361ca1e4dfaeea0c4eab464c799e02cb306ab3 → v3.12.0](https://github.com/asottile/reorder-python-imports/compare/ab361ca1e4dfaeea0c4eab464c799e02cb306ab3...v3.12.0) - git://github.com/guykisel/pre-commit-robotframework-tidy → https://github.com/guykisel/pre-commit-robotframework-tidy - [github.com/guykisel/pre-commit-robotframework-tidy: 07d9ed1dea81d8c0abc783a8f3469ca01801004b → 178d2190fa733d8f4d3f72fed9db6e75a9f65d35](https://github.com/guykisel/pre-commit-robotframework-tidy/compare/07d9ed1dea81d8c0abc783a8f3469ca01801004b...178d2190fa733d8f4d3f72fed9db6e75a9f65d35) - git://github.com/guykisel/prospector-mirror → https://github.com/guykisel/prospector-mirror - [github.com/guykisel/prospector-mirror: 00fbd80101566b1b9c873c71f2ab7b95b8bd0a7d → 7ff847e779347033ebbd9e3b88279e7f3a998b45](https://github.com/guykisel/prospector-mirror/compare/00fbd80101566b1b9c873c71f2ab7b95b8bd0a7d...7ff847e779347033ebbd9e3b88279e7f3a998b45) --- .pre-commit-config.yaml | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 887fff9..e13f613 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,5 +1,6 @@ -- repo: git://github.com/pre-commit/pre-commit-hooks - sha: fea9b2ece73cfac7e0246e6d84bcd1dfce5bce1b +repos: +- repo: https://github.com/pre-commit/pre-commit-hooks + rev: fea9b2ece73cfac7e0246e6d84bcd1dfce5bce1b hooks: - id: trailing-whitespace - id: end-of-file-fixer @@ -20,15 +21,15 @@ args: - --max-line-length=100 - --max-complexity=10 -- repo: git://github.com/asottile/reorder_python_imports - sha: ab361ca1e4dfaeea0c4eab464c799e02cb306ab3 +- repo: https://github.com/asottile/reorder-python-imports + rev: v3.12.0 hooks: - id: reorder-python-imports -- repo: git://github.com/guykisel/pre-commit-robotframework-tidy - sha: 07d9ed1dea81d8c0abc783a8f3469ca01801004b +- repo: https://github.com/guykisel/pre-commit-robotframework-tidy + rev: 178d2190fa733d8f4d3f72fed9db6e75a9f65d35 hooks: - id: robotframework-tidy-wrapper -- repo: git://github.com/guykisel/prospector-mirror - sha: 00fbd80101566b1b9c873c71f2ab7b95b8bd0a7d +- repo: https://github.com/guykisel/prospector-mirror + rev: 7ff847e779347033ebbd9e3b88279e7f3a998b45 hooks: - id: prospector