We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cda7401 commit 423e95cCopy full SHA for 423e95c
1 file changed
.pre-commit-config.yaml
@@ -18,13 +18,13 @@ repos:
18
- id: detect-private-key
19
- id: check-merge-conflict
20
- repo: https://github.com/Lucas-C/pre-commit-hooks
21
- rev: v1.3.1
+ rev: v1.4.2
22
hooks:
23
- id: forbid-tabs
24
- id: remove-tabs
25
args: [--whitespaces-count, '4']
26
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
27
- rev: v2.5.0
+ rev: v2.6.0
28
29
- id: pretty-format-yaml
30
args: [--autofix, --indent, '2']
@@ -41,7 +41,7 @@ repos:
41
files: environment.yaml
42
# Externally provided executables (so we can use them with editors as well).
43
- repo: https://github.com/pre-commit/mirrors-clang-format
44
- rev: v15.0.6
+ rev: v15.0.7
45
46
- id: clang-format
47
files: .*\.[hc]pp$
0 commit comments