From eff9fa1edfe812cfd9ac988eddc09b7d4d4f660a Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 19:22:13 +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/psf/black: 23.1.0 → 23.11.0](https://github.com/psf/black/compare/23.1.0...23.11.0) - [github.com/pre-commit/mirrors-mypy: v1.0.0 → v1.7.0](https://github.com/pre-commit/mirrors-mypy/compare/v1.0.0...v1.7.0) - [github.com/asottile/pyupgrade: v3.3.1 → v3.15.0](https://github.com/asottile/pyupgrade/compare/v3.3.1...v3.15.0) - [github.com/john-hen/Flake8-pyproject: 1.2.2 → 1.2.3](https://github.com/john-hen/Flake8-pyproject/compare/1.2.2...1.2.3) - [github.com/python-jsonschema/check-jsonschema: 0.21.0 → 0.27.1](https://github.com/python-jsonschema/check-jsonschema/compare/0.21.0...0.27.1) --- .pre-commit-config.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index fc31a28..1b71588 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 + rev: v4.5.0 hooks: - id: end-of-file-fixer - id: check-case-conflict @@ -16,7 +16,7 @@ repos: - id: trailing-whitespace - repo: https://github.com/psf/black - rev: 23.1.0 + rev: 23.11.0 hooks: - id: black @@ -28,19 +28,19 @@ repos: files: \.py$ - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.0.0 + rev: v1.7.0 hooks: - id: mypy additional_dependencies: [types-requests] - repo: https://github.com/asottile/pyupgrade - rev: v3.3.1 + rev: v3.15.0 hooks: - id: pyupgrade args: [--py37-plus] - repo: https://github.com/john-hen/Flake8-pyproject - rev: 1.2.2 + rev: 1.2.3 hooks: - id: Flake8-pyproject alias: flake8 @@ -48,7 +48,7 @@ repos: ["flake8-bugbear==22.6.22", "flake8-implicit-str-concat==0.2.0"] - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.21.0 + rev: 0.27.1 hooks: - id: check-github-workflows stages: [manual]