From c719c6916495876b1dd2b6508a3c6d6bbec213b7 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 3 Apr 2023 18:18:47 +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/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.30.0](https://github.com/adrienverge/yamllint.git/compare/v1.29.0...v1.30.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/pre-commit/mirrors-mypy: v1.0.1 → v1.1.1](https://github.com/pre-commit/mirrors-mypy/compare/v1.0.1...v1.1.1) - [github.com/pycqa/pylint: v2.16.4 → v3.0.0a6](https://github.com/pycqa/pylint/compare/v2.16.4...v3.0.0a6) --- .pre-commit-config.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4723aef..e3ac344 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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.30.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 @@ -108,7 +108,7 @@ repos: - id: pyupgrade args: ["--py38-plus"] - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.0.1 + rev: v1.1.1 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: