From fccad4a724961dbac5e041f662f4843f2375e9a8 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 20:47:41 +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: 22.6.0 → 24.8.0](https://github.com/psf/black/compare/22.6.0...24.8.0) - https://github.com/timothycrosley/isort → https://github.com/PyCQA/isort - [github.com/PyCQA/isort: 5.8.0 → 5.13.2](https://github.com/PyCQA/isort/compare/5.8.0...5.13.2) - [github.com/pre-commit/pre-commit-hooks: v4.0.1 → v4.6.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.0.1...v4.6.0) - [github.com/codespell-project/codespell: v2.0.0 → v2.3.0](https://github.com/codespell-project/codespell/compare/v2.0.0...v2.3.0) - [github.com/pappasam/toml-sort: v0.19.0 → v0.23.1](https://github.com/pappasam/toml-sort/compare/v0.19.0...v0.23.1) - [github.com/pre-commit/mirrors-mypy: v0.812 → v1.11.1](https://github.com/pre-commit/mirrors-mypy/compare/v0.812...v1.11.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 5364bb4..73b5fee 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,20 +1,20 @@ repos: - repo: https://github.com/psf/black - rev: 22.6.0 + rev: 24.8.0 hooks: - id: black - - repo: https://github.com/timothycrosley/isort - rev: 5.8.0 + - repo: https://github.com/PyCQA/isort + rev: 5.13.2 hooks: - id: isort - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.0.1 + rev: v4.6.0 hooks: - id: check-json - id: check-toml - id: check-yaml - repo: https://github.com/codespell-project/codespell - rev: v2.0.0 + rev: v2.3.0 hooks: - id: codespell # Should be with the "--skip" option but this seems to be broken @@ -24,12 +24,12 @@ repos: .*\.cast )$ - repo: https://github.com/pappasam/toml-sort - rev: v0.19.0 + rev: v0.23.1 hooks: - id: toml-sort args: ["--in-place"] - repo: https://github.com/pre-commit/mirrors-mypy - rev: v0.812 + rev: v1.11.1 hooks: - id: mypy exclude: docs/