Skip to content

Commit 423e95c

Browse files
committed
Update pre-commit hooks
1 parent cda7401 commit 423e95c

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
@@ -18,13 +18,13 @@ repos:
1818
- id: detect-private-key
1919
- id: check-merge-conflict
2020
- repo: https://github.com/Lucas-C/pre-commit-hooks
21-
rev: v1.3.1
21+
rev: v1.4.2
2222
hooks:
2323
- id: forbid-tabs
2424
- id: remove-tabs
2525
args: [--whitespaces-count, '4']
2626
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
27-
rev: v2.5.0
27+
rev: v2.6.0
2828
hooks:
2929
- id: pretty-format-yaml
3030
args: [--autofix, --indent, '2']
@@ -41,7 +41,7 @@ repos:
4141
files: environment.yaml
4242
# Externally provided executables (so we can use them with editors as well).
4343
- repo: https://github.com/pre-commit/mirrors-clang-format
44-
rev: v15.0.6
44+
rev: v15.0.7
4545
hooks:
4646
- id: clang-format
4747
files: .*\.[hc]pp$

0 commit comments

Comments
 (0)