diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2f779d9..675223d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -26,7 +26,7 @@ repos: - id: requirements-txt-fixer - id: trailing-whitespace - repo: https://github.com/psf/black - rev: 24.4.2 + rev: 24.8.0 hooks: - id: black language_version: python3 @@ -43,7 +43,7 @@ repos: additional_dependencies: ["cmakelang"] exclude: "cmake/.*" - repo: https://github.com/PyCQA/flake8 - rev: 7.1.0 + rev: 7.1.1 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.4 + rev: v3.2.6 hooks: - id: pylint exclude: (?x)( telecarla_depth_rgb | telecarla_lidar ) - repo: https://github.com/asottile/pyupgrade - rev: v3.16.0 + rev: v3.17.0 hooks: - id: pyupgrade args: [--py38-plus, --keep-runtime-typing]