From 783b57ff4f3dd787b3f5747e1d122b20136e772a Mon Sep 17 00:00:00 2001 From: liblaf Date: Sun, 21 Apr 2024 00:58:41 +0000 Subject: [PATCH] ci(repo): sync with repo template --- .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 b3fd236..7f6ad38 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,7 +5,7 @@ ci: - cspell repos: - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.3.5 + rev: v0.3.7 hooks: - id: ruff args: @@ -26,7 +26,7 @@ repos: - --modifylinebreaks - --GCString - repo: https://github.com/commitizen-tools/commitizen - rev: v3.21.3 + rev: v3.22.0 hooks: - id: commitizen - repo: https://github.com/pre-commit/mirrors-prettier @@ -59,7 +59,7 @@ repos: - id: mixed-line-ending - id: trailing-whitespace - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.28.1 + rev: 0.28.2 hooks: - id: check-github-workflows - repo: https://github.com/sirosen/texthooks @@ -69,6 +69,6 @@ repos: - id: fix-spaces - id: forbid-bidi-controls - repo: https://github.com/streetsidesoftware/cspell-cli - rev: v8.6.1 + rev: v8.7.0 hooks: - id: cspell