From cbe145bba0cc7e825217976c23b2a026452bef16 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 20:19:13 +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.6.7](https://github.com/astral-sh/ruff-pre-commit/compare/v0.5.4...v0.6.7) - [github.com/pre-commit/mirrors-mypy: v1.11.0 → v1.11.2](https://github.com/pre-commit/mirrors-mypy/compare/v1.11.0...v1.11.2) - [github.com/commitizen-tools/commitizen: v3.28.0 → v3.29.0](https://github.com/commitizen-tools/commitizen/compare/v3.28.0...v3.29.0) - [github.com/editorconfig-checker/editorconfig-checker.python: 2.7.3 → 3.0.3](https://github.com/editorconfig-checker/editorconfig-checker.python/compare/2.7.3...3.0.3) - [github.com/jendrikseipp/vulture: v2.11 → v2.12](https://github.com/jendrikseipp/vulture/compare/v2.11...v2.12) - [github.com/python-jsonschema/check-jsonschema: 0.29.0 → 0.29.2](https://github.com/python-jsonschema/check-jsonschema/compare/0.29.0...0.29.2) - [github.com/PyCQA/bandit: 1.7.9 → 1.7.10](https://github.com/PyCQA/bandit/compare/1.7.9...1.7.10) - [github.com/tox-dev/pyproject-fmt: 2.1.4 → 2.2.4](https://github.com/tox-dev/pyproject-fmt/compare/2.1.4...2.2.4) - [github.com/nbQA-dev/nbQA: 1.8.5 → 1.8.7](https://github.com/nbQA-dev/nbQA/compare/1.8.5...1.8.7) --- .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 d72a1db..0e1933b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,7 +4,7 @@ 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.6.7 hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix] @@ -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.11.2 hooks: - id: mypy files: ^src additional_dependencies: [types-all] - repo: https://github.com/commitizen-tools/commitizen - rev: v3.28.0 + rev: v3.29.0 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.0.3 hooks: - id: editorconfig-checker - repo: https://github.com/jendrikseipp/vulture - rev: v2.11 + rev: v2.12 hooks: - id: vulture - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.29.0 + rev: 0.29.2 hooks: - id: check-github-workflows - id: check-renovate @@ -68,13 +68,13 @@ repos: additional_dependencies: [tomli] args: [--config, pyproject.toml] - repo: https://github.com/PyCQA/bandit - rev: 1.7.9 + rev: 1.7.10 hooks: - id: bandit additional_dependencies: ["bandit[toml]"] args: ["-c", "pyproject.toml"] - repo: https://github.com/tox-dev/pyproject-fmt - rev: 2.1.4 + rev: 2.2.4 hooks: - id: pyproject-fmt args: [--indent, '2'] @@ -89,7 +89,7 @@ repos: - id: poetry-lock args: [--check] - repo: https://github.com/nbQA-dev/nbQA - rev: 1.8.5 + rev: 1.8.7 hooks: - id: nbqa-check-ast - id: nbqa-ruff