From 24e2b1851ee9a64d6503436058fad378449cb375 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 17:18:16 +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/pre-commit/pre-commit → https://github.com/pre-commit/pre-commit - git://github.com/asottile/reorder_python_imports → https://github.com/asottile/reorder-python-imports - [github.com/asottile/reorder-python-imports: 3d86483455ab5bd06cc1069fdd5ac57be5463f10 → v3.16.0](https://github.com/asottile/reorder-python-imports/compare/3d86483455ab5bd06cc1069fdd5ac57be5463f10...v3.16.0) --- .pre-commit-config.yaml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1252699..c1b5c4e 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: cf550fcab3f12015f8676b8278b30e1a5bc10e70 +repos: +- repo: https://github.com/pre-commit/pre-commit-hooks + rev: cf550fcab3f12015f8676b8278b30e1a5bc10e70 hooks: - id: trailing-whitespace - id: end-of-file-fixer @@ -17,12 +18,12 @@ - id: detect-private-key - id: double-quote-string-fixer - id: name-tests-test -- repo: git://github.com/pre-commit/pre-commit - sha: 2a642b0619b76cbe1a4d217ec5f9e513dd4e4c08 +- repo: https://github.com/pre-commit/pre-commit + rev: 2a642b0619b76cbe1a4d217ec5f9e513dd4e4c08 hooks: - id: validate_config - id: validate_manifest -- repo: git://github.com/asottile/reorder_python_imports - sha: 3d86483455ab5bd06cc1069fdd5ac57be5463f10 +- repo: https://github.com/asottile/reorder-python-imports + rev: v3.16.0 hooks: - id: reorder-python-imports