diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8cd0521..2f779d9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -31,7 +31,7 @@ repos: - id: black language_version: python3 - repo: https://github.com/pre-commit/mirrors-clang-format - rev: v18.1.5 + rev: v18.1.8 hooks: - id: clang-format - repo: https://github.com/cheshirekow/cmake-format-precommit @@ -43,7 +43,7 @@ repos: additional_dependencies: ["cmakelang"] exclude: "cmake/.*" - repo: https://github.com/PyCQA/flake8 - rev: 7.0.0 + rev: 7.1.0 hooks: - id: flake8 additional_dependencies: @@ -56,12 +56,12 @@ repos: - id: isort args: [--profile, black, --multi-line, "3"] - repo: https://github.com/PyCQA/pylint - rev: v3.2.2 + rev: v3.2.4 hooks: - id: pylint exclude: (?x)( telecarla_depth_rgb | telecarla_lidar ) - repo: https://github.com/asottile/pyupgrade - rev: v3.15.2 + rev: v3.16.0 hooks: - id: pyupgrade args: [--py38-plus, --keep-runtime-typing]