From 0285126365634d0ac2a411aef018bfd12722cdce Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 1 Aug 2022 16:26:33 +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/jumanjihouse/pre-commit-hook-yamlfmt: 0.2.1 → 0.2.2](https://github.com/jumanjihouse/pre-commit-hook-yamlfmt/compare/0.2.1...0.2.2) - [github.com/PyCQA/flake8: 4.0.1 → 5.0.2](https://github.com/PyCQA/flake8/compare/4.0.1...5.0.2) - [github.com/sirosen/check-jsonschema: 0.16.2 → 0.17.1](https://github.com/sirosen/check-jsonschema/compare/0.16.2...0.17.1) --- .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 904c8f5..68d2bdb 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -20,7 +20,7 @@ repos: - markdown - rst - repo: https://github.com/jumanjihouse/pre-commit-hook-yamlfmt - rev: 0.2.1 + rev: 0.2.2 hooks: - id: yamlfmt args: [--mapping, '2', --sequence, '2', --offset, '0'] @@ -37,7 +37,7 @@ repos: - id: check-yaml - id: debug-statements - repo: https://github.com/PyCQA/flake8 - rev: 4.0.1 + rev: 5.0.2 hooks: - id: flake8 language_version: python3 @@ -46,7 +46,7 @@ repos: hooks: - id: python-use-type-annotations - repo: https://github.com/sirosen/check-jsonschema - rev: 0.16.2 + rev: 0.17.1 hooks: - id: check-github-actions - id: check-github-workflows