From da6f318fe416b4976474f79f0426e78ca86f377e Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 21:15:55 +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.6.1 → v0.6.5](https://github.com/astral-sh/ruff-pre-commit/compare/v0.6.1...v0.6.5) - [github.com/pycqa/pylint.git: v3.2.6 → v3.2.7](https://github.com/pycqa/pylint.git/compare/v3.2.6...v3.2.7) - [github.com/pre-commit/mirrors-mypy.git: v1.11.1 → v1.11.2](https://github.com/pre-commit/mirrors-mypy.git/compare/v1.11.1...v1.11.2) --- .pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 60078b55..54a7b699 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -59,7 +59,7 @@ repos: - id: black - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.6.1" + rev: "v0.6.5" hooks: - id: ruff args: @@ -77,7 +77,7 @@ repos: - id: darglint - repo: https://github.com/pycqa/pylint.git - rev: v3.2.6 + rev: v3.2.7 hooks: - id: pylint args: @@ -88,7 +88,7 @@ repos: - pytest-ansible - repo: https://github.com/pre-commit/mirrors-mypy.git - rev: v1.11.1 + rev: v1.11.2 hooks: - id: mypy additional_dependencies: