Skip to content

Commit f24afbe

Browse files
Auto-update pre-commit hooks (UniversalRobots#1705)
1 parent 6e20133 commit f24afbe

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ repos:
3939
args: [--py36-plus]
4040

4141
- repo: https://github.com/psf/black
42-
rev: 26.1.0
42+
rev: 26.3.1
4343
hooks:
4444
- id: black
4545
args: ["--line-length=100"]
@@ -91,7 +91,7 @@ repos:
9191
- "ament_cpplint @ git+https://github.com/ament/ament_lint.git@rolling#subdirectory=ament_cpplint"
9292

9393
- repo: https://github.com/pre-commit/mirrors-clang-format
94-
rev: 'v22.1.0'
94+
rev: 'v22.1.1'
9595
hooks:
9696
- id: clang-format
9797

@@ -138,7 +138,7 @@ repos:
138138
# Spellcheck in comments and docs
139139
# skipping of *.svg files is not working...
140140
- repo: https://github.com/codespell-project/codespell
141-
rev: v2.4.1
141+
rev: v2.4.2
142142
hooks:
143143
- id: codespell
144144
args: ['--write-changes', '-L bootup,assertIn']

0 commit comments

Comments
 (0)