From 0cdae14d57c88e58a94b1ef5376491f36fb24149 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 17:04:06 +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 → 24.2.0](https://github.com/psf/black/compare/19.10b0...24.2.0) - [github.com/pre-commit/pre-commit-hooks: v2.4.0 → v4.5.0](https://github.com/pre-commit/pre-commit-hooks/compare/v2.4.0...v4.5.0) - https://gitlab.com/pycqa/flake8 → https://github.com/PyCQA/flake8 - [github.com/PyCQA/flake8: 3.7.9 → 7.0.0](https://github.com/PyCQA/flake8/compare/3.7.9...7.0.0) - [github.com/adrienverge/yamllint.git: v1.20.0 → v1.35.1](https://github.com/adrienverge/yamllint.git/compare/v1.20.0...v1.35.1) --- .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..468aa71 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: 24.2.0 hooks: - id: black language_version: python3 - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v2.4.0 + rev: v4.5.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: 7.0.0 hooks: - id: flake8 additional_dependencies: - flake8-black - repo: https://github.com/adrienverge/yamllint.git - rev: v1.20.0 + rev: v1.35.1 hooks: - id: yamllint files: \.(yaml|yml)$