From 9594f305e2c3e9dc542811539e9126eb0e671379 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 17:28:03 +0000 Subject: [PATCH] ci(pre-commit): pre-commit.ci autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.5.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.4.0...v4.5.0) - [github.com/pdm-project/pdm: 2.7.2 → 2.10.4](https://github.com/pdm-project/pdm/compare/2.7.2...2.10.4) - [github.com/commitizen-tools/commitizen: 3.2.2 → v3.13.0](https://github.com/commitizen-tools/commitizen/compare/3.2.2...v3.13.0) - [github.com/python-jsonschema/check-jsonschema: 0.23.1 → 0.27.2](https://github.com/python-jsonschema/check-jsonschema/compare/0.23.1...0.27.2) - [github.com/psf/black: 23.3.0 → 23.11.0](https://github.com/psf/black/compare/23.3.0...23.11.0) - https://github.com/charliermarsh/ruff-pre-commit → https://github.com/astral-sh/ruff-pre-commit - [github.com/astral-sh/ruff-pre-commit: v0.0.270 → v0.1.6](https://github.com/astral-sh/ruff-pre-commit/compare/v0.0.270...v0.1.6) - [github.com/pre-commit/mirrors-mypy: v1.3.0 → v1.7.1](https://github.com/pre-commit/mirrors-mypy/compare/v1.3.0...v1.7.1) - [github.com/codespell-project/codespell: v2.2.4 → v2.2.6](https://github.com/codespell-project/codespell/compare/v2.2.4...v2.2.6) --- .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 edb85d9..b82efad 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -18,7 +18,7 @@ repos: - id: check-hooks-apply - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 + rev: v4.5.0 hooks: - id: trailing-whitespace args: [--markdown-linebreak-ext=md] @@ -31,35 +31,35 @@ repos: - id: detect-private-key - repo: https://github.com/pdm-project/pdm - rev: 2.7.2 + rev: 2.10.4 hooks: - id: pdm-lock-check - repo: https://github.com/commitizen-tools/commitizen - rev: 3.2.2 + rev: v3.13.0 hooks: - id: commitizen additional_dependencies: - emotional - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.23.1 + rev: 0.27.2 hooks: - id: check-github-workflows - id: check-dependabot - repo: https://github.com/psf/black - rev: 23.3.0 + rev: 23.11.0 hooks: - id: black - - repo: https://github.com/charliermarsh/ruff-pre-commit - rev: v0.0.270 + - repo: https://github.com/astral-sh/ruff-pre-commit + rev: v0.1.6 hooks: - id: ruff - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.3.0 + rev: v1.7.1 hooks: - id: mypy additional_dependencies: @@ -67,7 +67,7 @@ repos: exclude: docs/.*\.pyi?$ - repo: https://github.com/codespell-project/codespell - rev: v2.2.4 + rev: v2.2.6 hooks: - id: codespell additional_dependencies: