From a3a5f6bfd8bb79ee3adb44625a6aa4e78e6bbca0 Mon Sep 17 00:00:00 2001 From: ndgrigorian <46709016+ndgrigorian@users.noreply.github.com> Date: Sat, 28 Feb 2026 03:11:39 +0000 Subject: [PATCH] chore: update pre-commit hooks --- .pre-commit-config.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1196670c..6a3addad 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v5.0.0 + rev: v6.0.0 hooks: - id: check-ast - id: check-builtin-literals @@ -38,7 +38,7 @@ repos: - tomli - repo: https://github.com/psf/black - rev: 25.1.0 + rev: 26.1.0 hooks: - id: black exclude: "_vendored/conv_template.py" @@ -50,13 +50,13 @@ repos: args: ["-i"] - repo: https://github.com/MarcoGorelli/cython-lint - rev: v0.16.6 + rev: v0.19.0 hooks: - id: cython-lint - id: double-quote-cython-strings - repo: https://github.com/pycqa/flake8 - rev: 7.1.2 + rev: 7.3.0 hooks: - id: flake8 args: ["--config=.flake8"] @@ -65,7 +65,7 @@ repos: - flake8-bugbear==24.4.26 - repo: https://github.com/pycqa/isort - rev: 6.0.1 + rev: 8.0.0 hooks: - id: isort name: isort (python) @@ -77,7 +77,7 @@ repos: types: [pyi] - repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks - rev: v2.14.0 + rev: v2.16.0 hooks: - id: pretty-format-toml args: [--autofix]