Skip to content

Commit 6f11c65

Browse files
Nibanovicgithub-actions[bot]
authored andcommitted
Bump version of pre-commit hooks
1 parent a9bf81f commit 6f11c65

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.pre-commit-config.yaml

Lines changed: 10 additions & 10 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: v6.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.20.0
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.3.0
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,7 +95,7 @@ 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$
@@ -106,13 +106,13 @@ repos:
106106
- id: ament_copyright
107107
name: ament_copyright
108108
description: Check if copyright notice is available in all files.
109-
stages: [commit]
109+
stages: [pre-commit]
110110
entry: ament_copyright
111111
language: system
112112

113113
# Docs - RestructuredText hooks
114114
- repo: https://github.com/PyCQA/doc8
115-
rev: v1.1.1
115+
rev: v2.0.0
116116
hooks:
117117
- id: doc8
118118
args: ['--max-line-length=100', '--ignore=D001']
@@ -129,14 +129,14 @@ repos:
129129
# Spellcheck in comments and docs
130130
# skipping of *.svg files is not working...
131131
- repo: https://github.com/codespell-project/codespell
132-
rev: v2.3.0
132+
rev: v2.4.1
133133
hooks:
134134
- id: codespell
135135
args: ['--write-changes']
136136
exclude: CHANGELOG\.rst|\.(svg|pyc)$
137137

138138
- repo: https://github.com/python-jsonschema/check-jsonschema
139-
rev: 0.28.6
139+
rev: 0.33.3
140140
hooks:
141141
- id: check-github-workflows
142142
args: ["--verbose"]

0 commit comments

Comments
 (0)