From 951bbacbecbd755829dffa91337f8169d0a3fba2 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 20:23:06 +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.10.0](https://github.com/psf/black/compare/22.6.0...23.10.0) - [github.com/pre-commit/pre-commit-hooks: v4.3.0 → v4.5.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.3.0...v4.5.0) - [github.com/pre-commit/mirrors-mypy: v0.971 → v1.6.1](https://github.com/pre-commit/mirrors-mypy/compare/v0.971...v1.6.1) - [github.com/PyCQA/isort: 5.10.1 → 5.12.0](https://github.com/PyCQA/isort/compare/5.10.1...5.12.0) - [github.com/pre-commit/mirrors-prettier: v2.7.1 → v3.0.3](https://github.com/pre-commit/mirrors-prettier/compare/v2.7.1...v3.0.3) - [github.com/PyCQA/flake8: 5.0.4 → 6.1.0](https://github.com/PyCQA/flake8/compare/5.0.4...6.1.0) --- .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 669d882..ae925d6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,20 +5,20 @@ repos: - id: seed-isort-config name: Seed isort - repo: https://github.com/psf/black - rev: 22.6.0 + rev: 23.10.0 hooks: - id: black language_version: python3 args: [--line-length=100, --target-version=py37] - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.3.0 + rev: v4.5.0 hooks: - id: end-of-file-fixer exclude: ^.bumpversion.cfg - id: trailing-whitespace exclude: ^.bumpversion.cfg - repo: https://github.com/pre-commit/mirrors-mypy - rev: "v0.971" + rev: "v1.6.1" hooks: - id: mypy name: Lint core with mypy @@ -28,18 +28,18 @@ repos: args: [--ignore-missing-imports] additional_dependencies: [types-all] - repo: https://github.com/PyCQA/isort - rev: "5.10.1" + rev: "5.12.0" hooks: - id: isort name: Sort import with isort args: ["-m3", "-w 100", "--tc"] exclude: ^tests/ - repo: https://github.com/pre-commit/mirrors-prettier - rev: "v2.7.1" # Use the sha or tag you want to point at + rev: "v3.0.3" # Use the sha or tag you want to point at hooks: - id: prettier - repo: https://github.com/PyCQA/flake8 - rev: "5.0.4" # pick a git hash / tag to point to + rev: "6.1.0" # pick a git hash / tag to point to hooks: - id: flake8 exclude: ^tests/