From 0153ff76b4a4255ff68ac77fa593f80ca2bef7bf Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 21 Nov 2022 17:23:33 +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://github.com/python/black → https://github.com/psf/black - [github.com/psf/black: 19.10b0 → 22.10.0](https://github.com/psf/black/compare/19.10b0...22.10.0) - [github.com/pre-commit/pre-commit-hooks: v3.1.0 → v4.3.0](https://github.com/pre-commit/pre-commit-hooks/compare/v3.1.0...v4.3.0) - https://gitlab.com/pycqa/flake8 → https://github.com/PyCQA/flake8 - [github.com/PyCQA/flake8: 3.8.3 → 5.0.4](https://github.com/PyCQA/flake8/compare/3.8.3...5.0.4) - [github.com/pre-commit/mirrors-mypy.git: v0.782 → v0.991](https://github.com/pre-commit/mirrors-mypy.git/compare/v0.782...v0.991) - [github.com/adrienverge/yamllint.git: v1.24.2 → v1.28.0](https://github.com/adrienverge/yamllint.git/compare/v1.24.2...v1.28.0) --- .pre-commit-config.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ed52116..29e850c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,12 +1,12 @@ --- repos: - - repo: https://github.com/python/black - rev: 19.10b0 + - repo: https://github.com/psf/black + rev: 22.10.0 hooks: - id: black language_version: python3 - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v3.1.0 + rev: v4.3.0 hooks: - id: end-of-file-fixer - id: trailing-whitespace @@ -17,18 +17,18 @@ repos: - id: debug-statements - id: check-yaml files: .*\.(yaml|yml)$ - - repo: https://gitlab.com/pycqa/flake8 - rev: 3.8.3 + - repo: https://github.com/PyCQA/flake8 + rev: 5.0.4 hooks: - id: flake8 additional_dependencies: - flake8-black - repo: https://github.com/pre-commit/mirrors-mypy.git - rev: v0.782 + rev: v0.991 hooks: - id: mypy - repo: https://github.com/adrienverge/yamllint.git - rev: v1.24.2 + rev: v1.28.0 hooks: - id: yamllint files: \.(yaml|yml)$