diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2a83ffa..46831a9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -50,13 +50,13 @@ repos: exclude: "_vendored/conv_template.py" - repo: https://github.com/pre-commit/mirrors-clang-format - rev: v22.1.8 + rev: v23.1.0 hooks: - id: clang-format args: ["-i"] - repo: https://github.com/MarcoGorelli/cython-lint - rev: v0.21.0 + rev: v0.21.1 hooks: - id: cython-lint - id: double-quote-cython-strings @@ -71,7 +71,7 @@ repos: - flake8-bugbear==25.11.29 - repo: https://github.com/pycqa/isort - rev: 9.0.0b5 + rev: 9.0.1 hooks: - id: isort name: isort (python)