From 03dd0551568b9204584e5da7b2fd1e1431338b97 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 20:19:50 +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.4.2](https://github.com/psf/black/compare/22.6.0...24.4.2) - 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.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) - [github.com/pre-commit/mirrors-mypy: v0.812 → v1.10.0](https://github.com/pre-commit/mirrors-mypy/compare/v0.812...v1.10.0) --- .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..2b2d630 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.4.2 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.2.6 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.10.0 hooks: - id: mypy exclude: docs/