Skip to content

Commit

Permalink
chore(deps): pre-commit.ci autoupdate (#66)
Browse files Browse the repository at this point in the history
updates:
- [github.com/pre-commit/mirrors-clang-format: v18.1.5 → v18.1.8](pre-commit/mirrors-clang-format@v18.1.5...v18.1.8)
- [github.com/PyCQA/flake8: 7.0.0 → 7.1.0](PyCQA/flake8@7.0.0...7.1.0)
- [github.com/PyCQA/pylint: v3.2.2 → v3.2.4](pylint-dev/pylint@v3.2.2...v3.2.4)
- [github.com/asottile/pyupgrade: v3.15.2 → v3.16.0](asottile/pyupgrade@v3.15.2...v3.16.0)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored Jul 2, 2024
1 parent 62a042e commit 4a0e461
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:
Expand All @@ -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]
Expand Down

0 comments on commit 4a0e461

Please sign in to comment.