From 4764be8dc19a48ca59f4abc0262f2d6ef54a21d4 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 4 Apr 2022 21:39:25 +0200 Subject: [PATCH] [pre-commit.ci] pre-commit autoupdate (#220) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/jumanjihouse/pre-commit-hook-yamlfmt: 0.1.0 → 0.1.1](https://github.com/jumanjihouse/pre-commit-hook-yamlfmt/compare/0.1.0...0.1.1) - [github.com/asottile/setup-cfg-fmt: v1.20.0 → v1.20.1](https://github.com/asottile/setup-cfg-fmt/compare/v1.20.0...v1.20.1) - [github.com/sirosen/check-jsonschema: 0.14.1 → 0.14.2](https://github.com/sirosen/check-jsonschema/compare/0.14.1...0.14.2) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --- .pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 406d57aaf..dd13d8aa7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -11,7 +11,7 @@ repos: exclude: miscellaneous/structures/SiO2.xyz - repo: https://github.com/jumanjihouse/pre-commit-hook-yamlfmt - rev: 0.1.0 + rev: 0.1.1 hooks: - id: yamlfmt @@ -36,11 +36,11 @@ repos: args: [--profile, black, --filter-files] - repo: https://github.com/asottile/setup-cfg-fmt - rev: v1.20.0 + rev: v1.20.1 hooks: - id: setup-cfg-fmt - repo: https://github.com/sirosen/check-jsonschema - rev: 0.14.1 + rev: 0.14.2 hooks: - id: check-github-workflows