Skip to content

Commit fb396b4

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/tier4/pre-commit-hooks-ros: v0.8.0 → v0.10.0](tier4/pre-commit-hooks-ros@v0.8.0...v0.10.0) - [github.com/psf/black: 24.4.2 → 24.8.0](psf/black@24.4.2...24.8.0) - [github.com/python-jsonschema/check-jsonschema: 0.28.6 → 0.29.1](python-jsonschema/check-jsonschema@0.28.6...0.29.1)
1 parent f8f29ab commit fb396b4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ repos:
3434
- id: yamllint
3535

3636
- repo: https://github.com/tier4/pre-commit-hooks-ros
37-
rev: v0.8.0
37+
rev: v0.10.0
3838
hooks:
3939
- id: flake8-ros
4040
- id: prettier-xacro
@@ -60,7 +60,7 @@ repos:
6060
- id: isort
6161

6262
- repo: https://github.com/psf/black
63-
rev: 24.4.2
63+
rev: 24.8.0
6464
hooks:
6565
- id: black
6666
args: [--line-length=100]
@@ -79,7 +79,7 @@ repos:
7979
exclude: .cu
8080

8181
- repo: https://github.com/python-jsonschema/check-jsonschema
82-
rev: 0.28.6
82+
rev: 0.29.1
8383
hooks:
8484
- id: check-metaschema
8585
files: ^.+/schema/.*schema\.json$

0 commit comments

Comments
 (0)