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 943b0e5 commit 7fe7a64Copy full SHA for 7fe7a64
.pre-commit-config.yaml
@@ -11,6 +11,11 @@ repos:
11
12
- repo: local
13
hooks:
14
+ - id: trufflehog
15
+ name: TruffleHog
16
+ entry: bash -c 'trufflehog git file://. --since-commit HEAD --results=verified,unknown --fail'
17
+ language: system
18
+ stages: ["pre-commit", "pre-push"]
19
- id: autoflake
20
name: autoflake
21
entry: bash -c '[ -d "apps/core" ] && cd apps/core; uv run autoflake --remove-all-unused-imports --remove-unused-variables --in-place --recursive --ignore-init-module-imports .'
0 commit comments