From aa66f29d8e19b226fa58d3dd2149039a6f900f68 Mon Sep 17 00:00:00 2001 From: ndgrigorian <46709016+ndgrigorian@users.noreply.github.com> Date: Sat, 28 Feb 2026 03:13:52 +0000 Subject: [PATCH] chore: update pre-commit hooks --- .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 3f6cc27..1e019b5 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -37,7 +37,7 @@ repos: - tomli - repo: https://github.com/psf/black - rev: 25.9.0 + rev: 26.1.0 hooks: - id: black exclude: "_vendored/conv_template.py" @@ -49,7 +49,7 @@ repos: args: ["-i"] - repo: https://github.com/MarcoGorelli/cython-lint - rev: v0.17.0 + rev: v0.19.0 hooks: - id: cython-lint - id: double-quote-cython-strings @@ -64,7 +64,7 @@ repos: - flake8-bugbear==24.4.26 - repo: https://github.com/pycqa/isort - rev: 6.1.0 + rev: 8.0.0 hooks: - id: isort name: isort (python) @@ -76,7 +76,7 @@ repos: types: [pyi] - repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks - rev: v2.15.0 + rev: v2.16.0 hooks: - id: pretty-format-toml args: [--autofix]