From 9e2cdfd2bd535e39645d1441e10309ee96cb1cb2 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 26 Sep 2023 12:02:48 +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: - https://gitlab.com/pycqa/flake8 → https://github.com/PyCQA/flake8 - [github.com/PyCQA/flake8: 3.7.8 → 6.1.0](https://github.com/PyCQA/flake8/compare/3.7.8...6.1.0) - https://github.com/pre-commit/mirrors-yapf → https://github.com/google/yapf - [github.com/google/yapf: v0.23.0 → v0.40.2](https://github.com/google/yapf/compare/v0.23.0...v0.40.2) --- .pre-commit-config.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index acf0d55..298fbf9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,9 +1,9 @@ repos: -- repo: https://gitlab.com/pycqa/flake8 - rev: 3.7.8 +- repo: https://github.com/PyCQA/flake8 + rev: 6.1.0 hooks: - id: flake8 -- repo: https://github.com/pre-commit/mirrors-yapf - rev: v0.23.0 +- repo: https://github.com/google/yapf + rev: v0.40.2 hooks: - id: yapf