Skip to content

Commit 6d45f56

Browse files
chore(deps): pre-commit.ci autoupdate (#85)
updates: - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 25.1.0 → 25.9.0](psf/black-pre-commit-mirror@25.1.0...25.9.0) - [github.com/pre-commit/mirrors-clang-format: v21.1.0 → v21.1.2](pre-commit/mirrors-clang-format@v21.1.0...v21.1.2) - [github.com/PyCQA/isort: 6.0.1 → 6.1.0](PyCQA/isort@6.0.1...6.1.0) - [github.com/PyCQA/pylint: v3.3.8 → v3.3.9](pylint-dev/pylint@v3.3.8...v3.3.9) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 7e296f2 commit 6d45f56

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ repos:
2525
- id: name-tests-test
2626
- id: requirements-txt-fixer
2727
- id: trailing-whitespace
28-
- repo: https://github.com/psf/black
29-
rev: 25.1.0
28+
- repo: https://github.com/psf/black-pre-commit-mirror
29+
rev: 25.9.0
3030
hooks:
3131
- id: black
3232
language_version: python3
3333
- repo: https://github.com/pre-commit/mirrors-clang-format
34-
rev: v21.1.0
34+
rev: v21.1.2
3535
hooks:
3636
- id: clang-format
3737
- repo: https://github.com/cheshirekow/cmake-format-precommit
@@ -51,12 +51,12 @@ repos:
5151
- flake8-bugbear
5252
- flake8-comprehensions
5353
- repo: https://github.com/PyCQA/isort
54-
rev: 6.0.1
54+
rev: 6.1.0
5555
hooks:
5656
- id: isort
5757
args: [--profile, black, --multi-line, "3"]
5858
- repo: https://github.com/PyCQA/pylint
59-
rev: v3.3.8
59+
rev: v3.3.9
6060
hooks:
6161
- id: pylint
6262
exclude: (?x)( telecarla_depth_rgb | telecarla_lidar )

0 commit comments

Comments
 (0)