From a8e27ca17dbc62060941ef4c006e7ac919316822 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 27 Nov 2023 19:24:27 +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/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/asottile/add-trailing-comma.git: v2.4.0 → v3.1.0](https://github.com/asottile/add-trailing-comma.git/compare/v2.4.0...v3.1.0) - [github.com/Lucas-C/pre-commit-hooks.git: v1.5.1 → v1.5.4](https://github.com/Lucas-C/pre-commit-hooks.git/compare/v1.5.1...v1.5.4) - [github.com/pre-commit/mirrors-prettier: v3.0.0-alpha.9-for-vscode → v3.1.0](https://github.com/pre-commit/mirrors-prettier/compare/v3.0.0-alpha.9-for-vscode...v3.1.0) - [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.263 → v0.1.6](https://github.com/astral-sh/ruff-pre-commit/compare/v0.0.263...v0.1.6) - [github.com/pycqa/pylint.git: v3.0.0a6 → v3.0.1](https://github.com/pycqa/pylint.git/compare/v3.0.0a6...v3.0.1) - [github.com/pre-commit/mirrors-mypy.git: v1.2.0 → v1.7.1](https://github.com/pre-commit/mirrors-mypy.git/compare/v1.2.0...v1.7.1) --- .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 407e477..17087bc 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -7,7 +7,7 @@ repos: # - id: autoversion - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 + rev: v4.5.0 hooks: - id: check-merge-conflict - id: check-symlinks @@ -18,19 +18,19 @@ repos: - id: trailing-whitespace - repo: https://github.com/asottile/add-trailing-comma.git - rev: v2.4.0 + rev: v3.1.0 hooks: - id: add-trailing-comma args: - --py36-plus - repo: https://github.com/Lucas-C/pre-commit-hooks.git - rev: v1.5.1 + rev: v1.5.4 hooks: - id: remove-tabs - repo: https://github.com/pre-commit/mirrors-prettier - rev: "v3.0.0-alpha.9-for-vscode" + rev: "v3.1.0" hooks: - id: prettier # Original hook implementation is flaky due to *several* bugs described @@ -55,12 +55,12 @@ repos: - prettier-plugin-toml - 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.263" + - repo: https://github.com/astral-sh/ruff-pre-commit + rev: "v0.1.6" hooks: - id: ruff args: @@ -78,7 +78,7 @@ repos: - id: darglint - repo: https://github.com/pycqa/pylint.git - rev: v3.0.0a6 + rev: v3.0.1 hooks: - id: pylint args: @@ -90,7 +90,7 @@ repos: - git+https://github.com/ansible-network/pytest-ansible-network-integration.git - repo: https://github.com/pre-commit/mirrors-mypy.git - rev: v1.2.0 + rev: v1.7.1 hooks: - id: mypy additional_dependencies: