We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 926a725 commit 5ebb96bCopy full SHA for 5ebb96b
.pre-commit-config.yaml
@@ -3,14 +3,14 @@ exclude: ^(development/mosquitto/mosquitto.conf)
3
4
repos:
5
- repo: "https://github.com/pre-commit/pre-commit-hooks"
6
- rev: "v5.0.0"
+ rev: "v6.0.0"
7
hooks:
8
- id: "end-of-file-fixer"
9
- id: "trailing-whitespace"
10
- id: "check-merge-conflict"
11
12
- repo: https://github.com/gitleaks/gitleaks
13
- rev: v8.21.2
+ rev: v8.28.0
14
15
- id: gitleaks-docker
16
stages: [manual, pre-push]
0 commit comments