From ab9a9f53030ce0bcbaaa5b0594380d452cc9dee3 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 20:35:20 +0000 Subject: [PATCH] ci: `pre-commit.ci` auto update MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/astral-sh/ruff-pre-commit: v0.5.4 → v0.9.6](https://github.com/astral-sh/ruff-pre-commit/compare/v0.5.4...v0.9.6) - [github.com/codespell-project/codespell: v2.3.0 → v2.4.1](https://github.com/codespell-project/codespell/compare/v2.3.0...v2.4.1) - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.6.0...v5.0.0) - [github.com/pre-commit/mirrors-mypy: v1.11.0 → v1.15.0](https://github.com/pre-commit/mirrors-mypy/compare/v1.11.0...v1.15.0) - [github.com/commitizen-tools/commitizen: v3.28.0 → v4.2.1](https://github.com/commitizen-tools/commitizen/compare/v3.28.0...v4.2.1) - [github.com/editorconfig-checker/editorconfig-checker.python: 2.7.3 → 3.2.0](https://github.com/editorconfig-checker/editorconfig-checker.python/compare/2.7.3...3.2.0) - [github.com/jendrikseipp/vulture: v2.11 → v2.14](https://github.com/jendrikseipp/vulture/compare/v2.11...v2.14) - [github.com/python-jsonschema/check-jsonschema: 0.29.0 → 0.31.1](https://github.com/python-jsonschema/check-jsonschema/compare/0.29.0...0.31.1) - [github.com/PyCQA/bandit: 1.7.9 → 1.8.2](https://github.com/PyCQA/bandit/compare/1.7.9...1.8.2) - [github.com/tox-dev/pyproject-fmt: 2.1.4 → v2.5.0](https://github.com/tox-dev/pyproject-fmt/compare/2.1.4...v2.5.0) - [github.com/google/yamlfmt: v0.13.0 → v0.16.0](https://github.com/google/yamlfmt/compare/v0.13.0...v0.16.0) - [github.com/python-poetry/poetry: 1.8.0 → 2.0.1](https://github.com/python-poetry/poetry/compare/1.8.0...2.0.1) - [github.com/nbQA-dev/nbQA: 1.8.5 → 1.9.1](https://github.com/nbQA-dev/nbQA/compare/1.8.5...1.9.1) --- .pre-commit-config.yaml | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d72a1db..24425f8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,17 +4,17 @@ ci: autoupdate_commit_msg: 'ci: `pre-commit.ci` auto update' repos: - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.5.4 + rev: v0.9.6 hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix] - repo: https://github.com/codespell-project/codespell - rev: v2.3.0 + rev: v2.4.1 hooks: - id: codespell files: \.(py|md)$ - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 + rev: v5.0.0 hooks: - id: check-added-large-files - id: check-ast @@ -32,13 +32,13 @@ repos: - id: check-toml - id: debug-statements - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.11.0 + rev: v1.15.0 hooks: - id: mypy files: ^src additional_dependencies: [types-all] - repo: https://github.com/commitizen-tools/commitizen - rev: v3.28.0 + rev: v4.2.1 hooks: - id: commitizen stages: [commit-msg] @@ -49,15 +49,15 @@ repos: stages: [commit-msg] args: [--ignore=B6, --msg-filename] - repo: https://github.com/editorconfig-checker/editorconfig-checker.python - rev: 2.7.3 + rev: 3.2.0 hooks: - id: editorconfig-checker - repo: https://github.com/jendrikseipp/vulture - rev: v2.11 + rev: v2.14 hooks: - id: vulture - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.29.0 + rev: 0.31.1 hooks: - id: check-github-workflows - id: check-renovate @@ -68,28 +68,28 @@ repos: additional_dependencies: [tomli] args: [--config, pyproject.toml] - repo: https://github.com/PyCQA/bandit - rev: 1.7.9 + rev: 1.8.2 hooks: - id: bandit additional_dependencies: ["bandit[toml]"] args: ["-c", "pyproject.toml"] - repo: https://github.com/tox-dev/pyproject-fmt - rev: 2.1.4 + rev: v2.5.0 hooks: - id: pyproject-fmt args: [--indent, '2'] - repo: https://github.com/google/yamlfmt - rev: v0.13.0 + rev: v0.16.0 hooks: - id: yamlfmt - repo: https://github.com/python-poetry/poetry - rev: 1.8.0 + rev: 2.0.1 hooks: - id: poetry-check - id: poetry-lock args: [--check] - repo: https://github.com/nbQA-dev/nbQA - rev: 1.8.5 + rev: 1.9.1 hooks: - id: nbqa-check-ast - id: nbqa-ruff