From 7fe949eaf9dcdf1ed3be4986f58236e2e80ab7e4 Mon Sep 17 00:00:00 2001 From: Steven Silvester Date: Tue, 29 Mar 2022 05:05:15 -0500 Subject: [PATCH] update pre-commit --- .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 281b8264b2..968379cb84 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -16,7 +16,7 @@ repos: - id: trailing-whitespace - repo: https://github.com/psf/black - rev: 22.1.0 + rev: 22.3.0 hooks: - id: black args: ["--line-length", "100"] @@ -29,7 +29,7 @@ repos: args: [--profile=black] - repo: https://github.com/pre-commit/mirrors-prettier - rev: v2.5.1 + rev: v2.6.1 hooks: - id: prettier @@ -45,12 +45,12 @@ repos: ] - repo: https://github.com/pre-commit/mirrors-eslint - rev: v8.8.0 + rev: v8.12.0 hooks: - id: eslint - repo: https://github.com/sirosen/check-jsonschema - rev: 0.10.2 + rev: 0.14.1 hooks: - id: check-jsonschema name: "Check GitHub Workflows"