From e4e2ee373eb035c7a61e96a0257919b110251a80 Mon Sep 17 00:00:00 2001 From: antonwolfy <100830759+antonwolfy@users.noreply.github.com> Date: Sat, 27 Jun 2026 03:40:53 +0000 Subject: [PATCH] chore: update pre-commit hooks --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3c23f0435d..4ce2c5213e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -84,7 +84,7 @@ repos: - id: pretty-format-toml args: [--autofix] - repo: https://github.com/MarcoGorelli/cython-lint - rev: v0.20.0 + rev: v0.21.0 hooks: - id: cython-lint - id: double-quote-cython-strings