Skip to content

Commit c77560a

Browse files
olivier-stassegithub-actions[bot]
authored andcommitted
Bump version of pre-commit hooks
1 parent 2e219a3 commit c77560a

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.pre-commit-config.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
repos:
1616
# Standard hooks
1717
- repo: https://github.com/pre-commit/pre-commit-hooks
18-
rev: v4.6.0
18+
rev: v5.0.0
1919
hooks:
2020
- id: check-added-large-files
2121
- id: check-ast
@@ -35,7 +35,7 @@ repos:
3535

3636
# Python hooks
3737
- repo: https://github.com/asottile/pyupgrade
38-
rev: v3.16.0
38+
rev: v3.19.1
3939
hooks:
4040
- id: pyupgrade
4141
args: [--py36-plus]
@@ -51,7 +51,7 @@ repos:
5151
args: ["--ignore=D100,D101,D102,D103,D104,D105,D106,D107,D203,D212,D404"]
5252

5353
- repo: https://github.com/pycqa/flake8
54-
rev: 7.1.0
54+
rev: 7.1.2
5555
hooks:
5656
- id: flake8
5757
args: ["--extend-ignore=E501"]
@@ -72,7 +72,7 @@ repos:
7272
- id: ament_cppcheck
7373
name: ament_cppcheck
7474
description: Static code analysis of C/C++ files.
75-
stages: [commit]
75+
stages: [pre-commit]
7676
entry: ament_cppcheck
7777
language: system
7878
files: \.(h\+\+|h|hh|hxx|hpp|cuh|c|cc|cpp|cu|c\+\+|cxx|tpp|txx)$
@@ -83,7 +83,7 @@ repos:
8383
- id: ament_cpplint
8484
name: ament_cpplint
8585
description: Static code analysis of C/C++ files.
86-
stages: [commit]
86+
stages: [pre-commit]
8787
entry: ament_cpplint
8888
language: system
8989
files: \.(h\+\+|h|hh|hxx|hpp|cuh|c|cc|cpp|cu|c\+\+|cxx|tpp|txx)$
@@ -95,14 +95,14 @@ repos:
9595
- id: ament_lint_cmake
9696
name: ament_lint_cmake
9797
description: Check format of CMakeLists.txt files.
98-
stages: [commit]
98+
stages: [pre-commit]
9999
entry: ament_lint_cmake
100100
language: system
101101
files: CMakeLists\.txt$
102102

103103
# Docs - RestructuredText hooks
104104
- repo: https://github.com/PyCQA/doc8
105-
rev: v1.1.1
105+
rev: v1.1.2
106106
hooks:
107107
- id: doc8
108108
args: ['--max-line-length=100', '--ignore=D001']
@@ -119,14 +119,14 @@ repos:
119119
# Spellcheck in comments and docs
120120
# skipping of *.svg files is not working...
121121
- repo: https://github.com/codespell-project/codespell
122-
rev: v2.3.0
122+
rev: v2.4.1
123123
hooks:
124124
- id: codespell
125125
args: ['--write-changes']
126126
exclude: CHANGELOG\.rst|\.(svg|pyc)$
127127

128128
- repo: https://github.com/python-jsonschema/check-jsonschema
129-
rev: 0.28.6
129+
rev: 0.31.2
130130
hooks:
131131
- id: check-github-workflows
132132
args: ["--verbose"]

0 commit comments

Comments
 (0)