From c0fd4c81bafd6c156d70750a41a458c146a2f27e Mon Sep 17 00:00:00 2001 From: CommanderStorm Date: Fri, 11 Nov 2022 19:07:48 +0000 Subject: [PATCH] Automated Change: updated pre-commit requirements --- .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 8489623..82c97ef 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -28,11 +28,11 @@ repos: hooks: - id: lint - repo: https://github.com/paulhfischer/stylelint-config - rev: v1.6.0 + rev: v1.7.0 hooks: - id: lint - repo: https://github.com/paulhfischer/eslint-config-javascript - rev: v1.12.6 + rev: v1.12.7 hooks: - id: lint - repo: https://github.com/PyCQA/isort