From 94110881b884ef037dfc6ff462a94fc7ac7c0069 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 23:20:09 +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.3.0 → v4.4.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.3.0...v4.4.0) - [github.com/sirosen/check-jsonschema: 0.18.4 → 0.26.3](https://github.com/sirosen/check-jsonschema/compare/0.18.4...0.26.3) - [github.com/psf/black: 22.10.0 → 23.9.1](https://github.com/psf/black/compare/22.10.0...23.9.1) - [github.com/PyCQA/isort: 5.10.1 → 5.12.0](https://github.com/PyCQA/isort/compare/5.10.1...5.12.0) - [github.com/pre-commit/mirrors-mypy: v0.982 → v1.5.1](https://github.com/pre-commit/mirrors-mypy/compare/v0.982...v1.5.1) --- .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 bf43b65..1917a90 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -7,14 +7,14 @@ ci: repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.3.0 + rev: v4.4.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer - id: check-json - repo: https://github.com/sirosen/check-jsonschema - rev: 0.18.4 + rev: 0.26.3 hooks: - id: check-jsonschema name: Check athletes jsonschema @@ -22,16 +22,16 @@ repos: args: ['--schemafile', 'schema.json'] - repo: https://github.com/psf/black - rev: 22.10.0 + rev: 23.9.1 hooks: - id: black - repo: https://github.com/PyCQA/isort - rev: 5.10.1 + rev: 5.12.0 hooks: - id: isort - repo: https://github.com/pre-commit/mirrors-mypy - rev: 'v0.982' + rev: 'v1.5.1' hooks: - id: mypy