Skip to content

Commit c08bdab

Browse files
Bump version of pre-commit hooks (ros-navigation#1279)
Co-authored-by: christophfroehlich <[email protected]>
1 parent a7b2af5 commit c08bdab

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
@@ -50,13 +50,13 @@ repos:
5050
args: ["--ignore=D100,D101,D102,D103,D104,D105,D106,D107,D203,D212,D404"]
5151

5252
- repo: https://github.com/psf/black
53-
rev: 24.4.2
53+
rev: 24.8.0
5454
hooks:
5555
- id: black
5656
args: ["--line-length=99"]
5757

5858
- repo: https://github.com/pycqa/flake8
59-
rev: 7.1.0
59+
rev: 7.1.1
6060
hooks:
6161
- id: flake8
6262
args: ["--extend-ignore=E501"]
@@ -133,7 +133,7 @@ repos:
133133
exclude: CHANGELOG\.rst|\.(svg|pyc|drawio)$
134134

135135
- repo: https://github.com/python-jsonschema/check-jsonschema
136-
rev: 0.29.1
136+
rev: 0.29.2
137137
hooks:
138138
- id: check-github-workflows
139139
args: ["--verbose"]

0 commit comments

Comments
 (0)