From ad5ed9453192da19fcd93b5d038903e062b4f335 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 8 Aug 2022 20:31:55 +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 - [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) - https://gitlab.com/pycqa/flake8 → https://github.com/PyCQA/flake8 - [github.com/PyCQA/flake8: 3.8.4 → 5.0.4](https://github.com/PyCQA/flake8/compare/3.8.4...5.0.4) - [github.com/psf/black: 20.8b1 → 22.6.0](https://github.com/psf/black/compare/20.8b1...22.6.0) --- .pre-commit-config.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 24c5579..2f4f5ce 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - - repo: git://github.com/pre-commit/pre-commit-hooks - rev: v3.4.0 + - repo: https://github.com/pre-commit/pre-commit-hooks + rev: v4.3.0 hooks: - id: trailing-whitespace - id: check-added-large-files @@ -13,8 +13,8 @@ repos: - id: end-of-file-fixer - id: mixed-line-ending args: ['--fix=no'] - - repo: https://gitlab.com/pycqa/flake8 - rev: '3.8.4' + - repo: https://github.com/PyCQA/flake8 + rev: '5.0.4' hooks: - id: flake8 additional_dependencies: @@ -26,6 +26,6 @@ repos: - pep8-naming - repo: https://github.com/psf/black - rev: 20.8b1 + rev: 22.6.0 hooks: - id: black