From c13308e52a39014e9c4c170123642755a848d31a Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 21:41:22 +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/astral-sh/ruff-pre-commit: v0.3.7 → v0.5.6](https://github.com/astral-sh/ruff-pre-commit/compare/v0.3.7...v0.5.6) - [github.com/igorshubovych/markdownlint-cli: v0.39.0 → v0.41.0](https://github.com/igorshubovych/markdownlint-cli/compare/v0.39.0...v0.41.0) - [github.com/psf/black-pre-commit-mirror: 24.4.0 → 24.4.2](https://github.com/psf/black-pre-commit-mirror/compare/24.4.0...24.4.2) - [github.com/asottile/blacken-docs: 1.16.0 → 1.18.0](https://github.com/asottile/blacken-docs/compare/1.16.0...1.18.0) - [github.com/pre-commit/mirrors-mypy: v1.9.0 → v1.11.1](https://github.com/pre-commit/mirrors-mypy/compare/v1.9.0...v1.11.1) - [github.com/commitizen-tools/commitizen: v3.22.0 → v3.28.0](https://github.com/commitizen-tools/commitizen/compare/v3.22.0...v3.28.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 0c9db40..876e156 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -23,7 +23,7 @@ repos: hooks: - id: keep-sorted - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.3.7 + rev: v0.5.6 hooks: - id: ruff - repo: https://github.com/pre-commit/mirrors-prettier @@ -32,16 +32,16 @@ repos: - id: prettier stages: [commit] - repo: https://github.com/igorshubovych/markdownlint-cli # https://github.com/DavidAnson/markdownlint - rev: v0.39.0 + rev: v0.41.0 hooks: - id: markdownlint-fix - repo: https://github.com/psf/black-pre-commit-mirror - rev: 24.4.0 + rev: 24.4.2 hooks: - id: black args: [--safe, --quiet] - repo: https://github.com/asottile/blacken-docs - rev: 1.16.0 + rev: 1.18.0 hooks: - id: blacken-docs additional_dependencies: [black==23.7.0] @@ -54,7 +54,7 @@ repos: - id: python-no-log-warn - id: rst-backticks - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.9.0 + rev: v1.11.1 hooks: - id: mypy # https://mypy.readthedocs.io/en/stable/command_line.html#cmdoption-mypy-show-error-codes @@ -67,7 +67,7 @@ repos: # https://docs.openstack.org/bashate/latest/man/bashate.html#options args: [-i, E006] - repo: https://github.com/commitizen-tools/commitizen - rev: v3.22.0 + rev: v3.28.0 hooks: - id: commitizen stages: [commit-msg]