From 6bff150564f8b44884a1010bdbbd49db8a50cf3e Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 27 Feb 2023 17:57:51 +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/mirrors-mypy: v1.0.0 → v1.0.1](https://github.com/pre-commit/mirrors-mypy/compare/v1.0.0...v1.0.1) - [github.com/pappasam/toml-sort: v0.22.3 → v0.22.4](https://github.com/pappasam/toml-sort/compare/v0.22.3...v0.22.4) --- .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 1b7ec91..07d9308 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -68,7 +68,7 @@ repos: - id: check-json exclude: (.vscode|.devcontainer) - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.0.0 + rev: v1.0.1 hooks: - id: mypy additional_dependencies: [types-all] @@ -78,7 +78,7 @@ repos: - id: yamllint exclude: (.vscode|.devcontainer|.github) - repo: https://github.com/pappasam/toml-sort - rev: v0.22.3 + rev: v0.22.4 hooks: - id: toml-sort args: []