From 23b37f9862adf67bdefa9567d56d0a703cbe158d Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 1 May 2023 17:59:42 +0000 Subject: [PATCH] chore: pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/pre-commit/mirrors-prettier: v3.0.0-alpha.6 → v3.0.0-alpha.9-for-vscode](https://github.com/pre-commit/mirrors-prettier/compare/v3.0.0-alpha.6...v3.0.0-alpha.9-for-vscode) - [github.com/sirosen/check-jsonschema: 0.21.0 → 0.22.0](https://github.com/sirosen/check-jsonschema/compare/0.21.0...0.22.0) - [github.com/adrienverge/yamllint.git: v1.29.0 → v1.31.0](https://github.com/adrienverge/yamllint.git/compare/v1.29.0...v1.31.0) - [github.com/psf/black: 23.1.0 → 23.3.0](https://github.com/psf/black/compare/23.1.0...23.3.0) - [github.com/asottile/pyupgrade: v3.3.1 → v3.3.2](https://github.com/asottile/pyupgrade/compare/v3.3.1...v3.3.2) - [github.com/pre-commit/mirrors-mypy: v1.0.1 → v1.2.0](https://github.com/pre-commit/mirrors-mypy/compare/v1.0.1...v1.2.0) - [github.com/pycqa/pylint: v2.16.4 → v3.0.0a6](https://github.com/pycqa/pylint/compare/v2.16.4...v3.0.0a6) - [github.com/jazzband/pip-tools: 6.12.3 → 6.13.0](https://github.com/jazzband/pip-tools/compare/6.12.3...6.13.0) --- .pre-commit-config.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4723aef..495c08b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -23,7 +23,7 @@ repos: - id: check-useless-excludes - repo: https://github.com/pre-commit/mirrors-prettier # keep it before yamllint - rev: v3.0.0-alpha.6 + rev: v3.0.0-alpha.9-for-vscode hooks: - id: prettier always_run: true @@ -39,7 +39,7 @@ repos: # args: [--relative, --no-progress, --no-summary] # name: Spell check with cspell - repo: https://github.com/sirosen/check-jsonschema - rev: 0.21.0 + rev: 0.22.0 hooks: - id: check-github-workflows - repo: https://github.com/pre-commit/pre-commit-hooks.git @@ -72,7 +72,7 @@ repos: hooks: - id: doc8 - repo: https://github.com/adrienverge/yamllint.git - rev: v1.29.0 + rev: v1.31.0 hooks: - id: yamllint files: \.(yaml|yml)$ @@ -86,7 +86,7 @@ repos: # https://github.com/pre-commit/mirrors-isort/issues/9#issuecomment-624404082 - --filter-files - repo: https://github.com/psf/black - rev: 23.1.0 + rev: 23.3.0 hooks: - id: black language_version: python3 @@ -103,12 +103,12 @@ repos: - flake8-future-annotations>=0.0.3 - repo: https://github.com/asottile/pyupgrade # keep it after flake8 - rev: v3.3.1 + rev: v3.3.2 hooks: - id: pyupgrade args: ["--py38-plus"] - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.0.1 + rev: v1.2.0 hooks: - id: mypy # empty args needed in order to match mypy cli behavior @@ -116,7 +116,7 @@ repos: additional_dependencies: - pytest - repo: https://github.com/pycqa/pylint - rev: v2.16.4 + rev: v3.0.0a6 hooks: - id: pylint args: @@ -125,7 +125,7 @@ repos: - ansible-core>=2.14.0 - pytest - repo: https://github.com/jazzband/pip-tools - rev: 6.12.3 + rev: 6.13.0 hooks: - id: pip-compile name: lock