From 125fc22526213604c2d39793480c68d0ebb2bcd3 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 12 Sep 2023 01:55:24 +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 → 23.9.1](https://github.com/psf/black/compare/22.6.0...23.9.1) - 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.4.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.0.1...v4.4.0) - [github.com/codespell-project/codespell: v2.0.0 → v2.2.5](https://github.com/codespell-project/codespell/compare/v2.0.0...v2.2.5) - [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.5.1](https://github.com/pre-commit/mirrors-mypy/compare/v0.812...v1.5.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..8310d2f 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: 23.9.1 hooks: - id: black - - 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.4.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.5 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.5.1 hooks: - id: mypy exclude: docs/