From 0500d0cbef6ef0157ff8ab9323fd4596f1c196ef Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 11 Apr 2022 17:09:21 +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.3.0](https://github.com/psf/black/compare/19.10b0...22.3.0) - [github.com/pre-commit/pre-commit-hooks: v2.4.0 → v4.2.0](https://github.com/pre-commit/pre-commit-hooks/compare/v2.4.0...v4.2.0) - https://gitlab.com/pycqa/flake8 → https://github.com/PyCQA/flake8 - [github.com/PyCQA/flake8: 3.7.9 → 4.0.1](https://github.com/PyCQA/flake8/compare/3.7.9...4.0.1) - [github.com/adrienverge/yamllint.git: v1.20.0 → v1.26.3](https://github.com/adrienverge/yamllint.git/compare/v1.20.0...v1.26.3) --- .pre-commit-config.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index cefff9b..0e929ee 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.3.0 hooks: - id: black language_version: python3 - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v2.4.0 + rev: v4.2.0 hooks: - id: end-of-file-fixer - id: trailing-whitespace @@ -17,14 +17,14 @@ repos: - id: debug-statements - id: check-yaml files: .*\.(yaml|yml)$ - - repo: https://gitlab.com/pycqa/flake8 - rev: 3.7.9 + - repo: https://github.com/PyCQA/flake8 + rev: 4.0.1 hooks: - id: flake8 additional_dependencies: - flake8-black - repo: https://github.com/adrienverge/yamllint.git - rev: v1.20.0 + rev: v1.26.3 hooks: - id: yamllint files: \.(yaml|yml)$