diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b5aa22c..6707a78 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,7 +3,7 @@ default_language_version: python: python3 repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v5.0.0 + rev: v6.0.0 hooks: - id: check-added-large-files - id: check-case-conflict @@ -27,7 +27,7 @@ repos: types: [text] exclude: ^(.pre-commit-config.yaml|.github/workflows/test.yml)$ - repo: https://github.com/PyCQA/flake8 - rev: 7.2.0 + rev: 7.3.0 hooks: - id: flake8 args: [-j8] @@ -40,7 +40,7 @@ repos: - flake8-pyproject - flake8-string-format - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.15.0 + rev: v1.18.2 hooks: - id: mypy additional_dependencies: [types-setuptools] @@ -51,11 +51,11 @@ repos: args: [-i] additional_dependencies: [toml] - repo: https://github.com/PyCQA/isort - rev: 6.0.1 + rev: 7.0.0 hooks: - id: isort - repo: https://github.com/doublify/pre-commit-clang-format - rev: '6230247' + rev: '62302476d0da01515660132d76902359bed0f782' hooks: - id: clang-format files: \.(cc?|cuh?|cxx|cpp|h|hpp|hxx|java|js)$