diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9ac2086..7c0e6d0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -11,7 +11,7 @@ ci: repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v5.0.0 + rev: v6.0.0 hooks: - id: check-json - id: check-merge-conflict @@ -57,12 +57,12 @@ repos: - id: sort-package-xml - repo: https://github.com/shellcheck-py/shellcheck-py - rev: v0.10.0.1 + rev: v0.11.0.1 hooks: - id: shellcheck - repo: https://github.com/scop/pre-commit-shfmt - rev: v3.11.0-1 + rev: v3.12.0-2 hooks: - id: shfmt args: [-w, -s, -i=4] @@ -73,13 +73,13 @@ repos: - id: isort - repo: https://github.com/psf/black - rev: 25.1.0 + rev: 25.9.0 hooks: - id: black args: [--line-length=100] - repo: https://github.com/pre-commit/mirrors-clang-format - rev: v20.1.7 + rev: v21.1.2 hooks: - id: clang-format types_or: [c++, c, cuda] @@ -92,7 +92,7 @@ repos: exclude: .cu - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.33.1 + rev: 0.34.0 hooks: - id: check-metaschema files: ^.+/schema/.*schema\.json$ @@ -108,7 +108,7 @@ repos: additional_dependencies: [prettier@2.7.1, "@prettier/plugin-xml@2.2.0"] - repo: https://github.com/AleksaC/hadolint-py - rev: v2.12.1b3 + rev: v2.14.0 hooks: - id: hadolint exclude: .svg$