From 039c298c2eb3e7861d422a76f05cdc7b1c031513 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 17:08:24 -0500 Subject: [PATCH] [pre-commit.ci] pre-commit autoupdate (#964) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: J. Nick Koston --- .pre-commit-config.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2db746333..a1fb60682 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,7 +5,7 @@ ci: repos: - repo: https://github.com/python-jsonschema/check-jsonschema.git - rev: 0.27.3 + rev: 0.28.6 hooks: - id: check-github-workflows files: ^\.github/workflows/[^/]+$ @@ -23,14 +23,14 @@ repos: - id: check-readthedocs - repo: https://github.com/adrienverge/yamllint.git - rev: v1.33.0 + rev: v1.35.1 hooks: - id: yamllint args: - --strict - repo: https://github.com/PyCQA/flake8.git - rev: 7.0.0 + rev: 7.1.0 hooks: - id: flake8 alias: flake8-no-wps @@ -105,7 +105,7 @@ repos: - rst - repo: https://github.com/pre-commit/mirrors-mypy.git - rev: v1.7.1 + rev: v1.10.1 hooks: - id: mypy alias: mypy-py313