From 19166d92956d2107bc2a2cf3e3f2bcba27093995 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 18:25:09 +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.4.0 → v4.5.0](https://github.com/pre-commit/pre-commit-hooks/compare/v3.4.0...v4.5.0) - [github.com/psf/black: 21.5b2 → 23.12.1](https://github.com/psf/black/compare/21.5b2...23.12.1) - https://github.com/prettier/prettier → https://github.com/pre-commit/mirrors-prettier - [github.com/pre-commit/mirrors-prettier: 2.3.0 → v4.0.0-alpha.8](https://github.com/pre-commit/mirrors-prettier/compare/2.3.0...v4.0.0-alpha.8) - [github.com/pycqa/flake8: 3.9.2 → 7.0.0](https://github.com/pycqa/flake8/compare/3.9.2...7.0.0) - [github.com/pre-commit/mirrors-eslint: v7.27.0 → v9.0.0-alpha.1](https://github.com/pre-commit/mirrors-eslint/compare/v7.27.0...v9.0.0-alpha.1) - [github.com/PyCQA/bandit: 1.7.0 → 1.7.6](https://github.com/PyCQA/bandit/compare/1.7.0...1.7.6) - [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/mirrors-mypy: v0.812 → v1.8.0](https://github.com/pre-commit/mirrors-mypy/compare/v0.812...v1.8.0) --- .pre-commit-config.yaml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9691668b..6976850d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v3.4.0 + rev: v4.5.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer @@ -8,41 +8,41 @@ repos: - id: check-added-large-files - repo: https://github.com/psf/black - rev: 21.5b2 + rev: 23.12.1 hooks: - id: black language_version: python3.8 - - repo: https://github.com/prettier/prettier - rev: 2.3.0 + - repo: https://github.com/pre-commit/mirrors-prettier + rev: v4.0.0-alpha.8 hooks: - id: prettier exclude: '^docs/' - repo: https://github.com/pycqa/flake8 - rev: 3.9.2 + rev: 7.0.0 hooks: - id: flake8 - repo: https://github.com/pre-commit/mirrors-eslint - rev: v7.27.0 + rev: v9.0.0-alpha.1 hooks: - id: eslint additional_dependencies: ['eslint@7.27.0'] - repo: https://github.com/PyCQA/bandit - rev: 1.7.0 + rev: 1.7.6 hooks: - id: bandit - repo: https://github.com/PyCQA/isort - rev: 5.8.0 + rev: 5.13.2 hooks: - id: isort name: isort (python) - repo: https://github.com/pre-commit/mirrors-mypy - rev: v0.812 + rev: v1.8.0 hooks: - id: mypy additional_dependencies: ['types-requests', 'types-setuptools']