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 70798f3 commit 4164f9aCopy full SHA for 4164f9a
.pre-commit-config.yaml
@@ -6,8 +6,14 @@ repos:
6
entry: scripts/lint-commit.sh
7
stages: [ commit-msg ]
8
language: system
9
+
10
- id: run-biome
11
name: Check for linting and formatting for source code using Biome
12
entry: scripts/run-biome.sh
13
stages: [ pre-commit ]
- language: system
14
+ language: system
15
16
+ - repo: https://github.com/gitleaks/gitleaks
17
+ rev: v8.26.0
18
+ hooks:
19
+ - id: gitleaks
0 commit comments