From 9c757cd114e3c21d81ed95e9edb3c77cfdc621c3 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 20:33: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://github.com/ambv/black → https://github.com/psf/black - [github.com/psf/black: 19.10b0 → 23.12.1](https://github.com/psf/black/compare/19.10b0...23.12.1) - https://github.com/timothycrosley/isort → https://github.com/PyCQA/isort - [github.com/PyCQA/isort: 5.6.4 → 5.13.2](https://github.com/PyCQA/isort/compare/5.6.4...5.13.2) - https://gitlab.com/pycqa/flake8 → https://github.com/PyCQA/flake8 - [github.com/PyCQA/flake8: 3.8.1 → 7.0.0](https://github.com/PyCQA/flake8/compare/3.8.1...7.0.0) - [github.com/ikamensh/flynt: 0.52 → 1.0.1](https://github.com/ikamensh/flynt/compare/0.52...1.0.1) --- .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 2fd7b10..050fcf8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,18 +1,18 @@ repos: -- repo: https://github.com/ambv/black - rev: 19.10b0 # keep in sync with tests/lint_requirements.txt +- repo: https://github.com/psf/black + rev: 23.12.1 # keep in sync with tests/lint_requirements.txt hooks: - id: black language_version: python3 -- repo: https://github.com/timothycrosley/isort - rev: '5.6.4' # keep in sync with tests/lint_requirements.txt +- repo: https://github.com/PyCQA/isort + rev: '5.13.2' # keep in sync with tests/lint_requirements.txt hooks: - id: isort -- repo: https://gitlab.com/pycqa/flake8 - rev: '3.8.1' # keep in sync with tests/lint_requirements.txt +- repo: https://github.com/PyCQA/flake8 + rev: '7.0.0' # keep in sync with tests/lint_requirements.txt hooks: - id: flake8 - repo: https://github.com/ikamensh/flynt - rev: '0.52' # keep in sync with tests/lint_requirements.txt + rev: '1.0.1' # keep in sync with tests/lint_requirements.txt hooks: - id: flynt