From 721042aadf332e0b8b39c4780854ddf9cb115416 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 22:51:14 +0100 Subject: [PATCH] [pre-commit.ci] pre-commit autoupdate (#21) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/pycqa/isort: 5.13.1 → 5.13.2](https://github.com/pycqa/isort/compare/5.13.1...5.13.2) - [github.com/ambv/black: 23.11.0 → 23.12.0](https://github.com/ambv/black/compare/23.11.0...23.12.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e21ebd1..0f84ca4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -24,11 +24,11 @@ repos: - --remove-duplicate-keys - --remove-unused-variables - repo: 'https://github.com/pycqa/isort' - rev: 5.13.1 + rev: 5.13.2 hooks: - id: isort - repo: 'https://github.com/ambv/black' - rev: 23.11.0 + rev: 23.12.0 hooks: - id: black - repo: 'https://github.com/PyCQA/flake8'