From 3c643e2700c6704a1a31bfceb3caa90fb7528935 Mon Sep 17 00:00:00 2001 From: Tektronix Bot Date: Mon, 1 Apr 2024 03:33:31 +0000 Subject: [PATCH] ci: Update python linters and pre-commit dependencies. --- .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 70b0654f..66ef815e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -34,14 +34,14 @@ repos: - id: remove-tabs - id: forbid-tabs - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.28.0 + rev: 0.28.1 hooks: - id: check-readthedocs - id: check-dependabot - id: check-github-actions - id: check-github-workflows - repo: https://github.com/commitizen-tools/commitizen - rev: v3.20.0 + rev: v3.21.3 hooks: - id: commitizen stages: [commit-msg]