From c64dd6aeeaeaf7097abfa797cc7bc23139bfb38f Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 21:00:37 +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/pre-commit/pre-commit-hooks: v3.2.0 → v4.6.0](https://github.com/pre-commit/pre-commit-hooks/compare/v3.2.0...v4.6.0) - https://github.com/timothycrosley/isort → https://github.com/PyCQA/isort - [github.com/PyCQA/isort: 5.5.2 → 5.13.2](https://github.com/PyCQA/isort/compare/5.5.2...5.13.2) - [github.com/psf/black: 20.8b1 → 24.4.0](https://github.com/psf/black/compare/20.8b1...24.4.0) - [github.com/pre-commit/mirrors-mypy: v0.720 → v1.9.0](https://github.com/pre-commit/mirrors-mypy/compare/v0.720...v1.9.0) --- .pre-commit-config.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 49be9ad..853ae26 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,22 +1,22 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v3.2.0 + rev: v4.6.0 hooks: - id: check-yaml - id: end-of-file-fixer - id: trailing-whitespace - id: requirements-txt-fixer - - repo: https://github.com/timothycrosley/isort - rev: 5.5.2 + - repo: https://github.com/PyCQA/isort + rev: 5.13.2 hooks: - id: isort args: ["--profile", "black"] - repo: https://github.com/psf/black - rev: 20.8b1 + rev: 24.4.0 hooks: - id: black - repo: https://github.com/pre-commit/mirrors-mypy - rev: 'v0.720' + rev: 'v1.9.0' hooks: - id: mypy args: [--ignore-missing-imports, --disallow-untyped-defs]