From 3847dad8e0d41b498b10afdf5009179847d1e224 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 18:59:58 +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: - [github.com/psf/black: 21.5b1 → 23.10.0](https://github.com/psf/black/compare/21.5b1...23.10.0) - https://github.com/timothycrosley/isort → https://github.com/PyCQA/isort - [github.com/PyCQA/isort: 5.8.0 → 5.12.0](https://github.com/PyCQA/isort/compare/5.8.0...5.12.0) - [github.com/pre-commit/pre-commit-hooks: v4.0.1 → v4.5.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.0.1...v4.5.0) - [github.com/codespell-project/codespell: v2.0.0 → v2.2.6](https://github.com/codespell-project/codespell/compare/v2.0.0...v2.2.6) - [github.com/pappasam/toml-sort: v0.19.0 → v0.23.1](https://github.com/pappasam/toml-sort/compare/v0.19.0...v0.23.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 9b86f7b..d3c2f8b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,22 +1,22 @@ --- repos: - repo: https://github.com/psf/black - rev: 21.5b1 + rev: 23.10.0 hooks: - id: black language_version: python3.8 - - repo: https://github.com/timothycrosley/isort - rev: 5.8.0 + - repo: https://github.com/PyCQA/isort + rev: 5.12.0 hooks: - id: isort - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.0.1 + rev: v4.5.0 hooks: - id: requirements-txt-fixer - id: check-toml - id: check-yaml - repo: https://github.com/codespell-project/codespell - rev: v2.0.0 + rev: v2.2.6 hooks: - id: codespell # Should be with the "--skip" option but this seems to be broken @@ -26,7 +26,7 @@ repos: .*\.cast )$ - repo: https://github.com/pappasam/toml-sort - rev: v0.19.0 + rev: v0.23.1 hooks: - id: toml-sort args: [--in-place]