From 0eebfc519f7ef8e5ddbea83641d09c778b7893c1 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 13 Dec 2022 03:00:28 +0000 Subject: [PATCH 1/2] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/psf/black: 22.6.0 → 22.12.0](https://github.com/psf/black/compare/22.6.0...22.12.0) - [github.com/PyCQA/isort: 5.10.1 → 5.11.1](https://github.com/PyCQA/isort/compare/5.10.1...5.11.1) - [github.com/pre-commit/mirrors-mypy: v0.961 → v0.991](https://github.com/pre-commit/mirrors-mypy/compare/v0.961...v0.991) - [github.com/asottile/pyupgrade: v3.3.0 → v3.3.1](https://github.com/asottile/pyupgrade/compare/v3.3.0...v3.3.1) --- .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 36c5d15..2832aaf 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -10,12 +10,12 @@ repos: - id: check-added-large-files - repo: https://github.com/psf/black - rev: "22.6.0" + rev: "22.12.0" hooks: - id: black - repo: https://github.com/PyCQA/isort - rev: "5.10.1" + rev: "5.11.1" hooks: - id: isort @@ -25,14 +25,14 @@ repos: - id: flake8 - repo: https://github.com/pre-commit/mirrors-mypy - rev: "v0.961" + rev: "v0.991" hooks: - id: mypy files: ^sphinx_github_changelog/ additional_dependencies: ["types-requests", "types-docutils"] - repo: https://github.com/asottile/pyupgrade - rev: "v3.3.0" + rev: "v3.3.1" hooks: - id: pyupgrade From 952072ea2bdcdef1316d69a4add005828e7a9f7b Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 13 Dec 2022 03:01:10 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2832aaf..e78dc4c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -10,7 +10,7 @@ repos: - id: check-added-large-files - repo: https://github.com/psf/black - rev: "22.12.0" + rev: "22.6.0" hooks: - id: black @@ -25,7 +25,7 @@ repos: - id: flake8 - repo: https://github.com/pre-commit/mirrors-mypy - rev: "v0.991" + rev: "v0.961" hooks: - id: mypy files: ^sphinx_github_changelog/