We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8afe31d commit 67fe038Copy full SHA for 67fe038
1 file changed
.pre-commit-config.yaml
@@ -37,7 +37,7 @@ repos:
37
args: [--no-error-on-unmatched-pattern]
38
39
- repo: https://github.com/adrienverge/yamllint
40
- rev: v1.37.1
+ rev: v1.38.0
41
hooks:
42
- id: yamllint
43
@@ -47,7 +47,7 @@ repos:
47
- id: check-package-depends
48
49
- repo: https://github.com/tier4/pre-commit-hooks-ros
50
- rev: v0.10.0
+ rev: v0.10.2
51
52
- id: flake8-ros
53
- id: prettier-xacro
@@ -74,7 +74,7 @@ repos:
74
args: [--profile=black, --line-length=100]
75
76
- repo: https://github.com/psf/black-pre-commit-mirror
77
- rev: 25.12.0
+ rev: 26.1.0
78
79
- id: black
80
args: [--line-length=100]
@@ -93,7 +93,7 @@ repos:
93
exclude: .cu
94
95
- repo: https://github.com/python-jsonschema/check-jsonschema
96
- rev: 0.36.0
+ rev: 0.36.2
97
98
- id: check-metaschema
99
files: ^.+/schema/.*schema\.json$
0 commit comments