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 c7f0dae commit 3e8b0c9Copy full SHA for 3e8b0c9
.pre-commit-hooks.yaml
@@ -23,6 +23,13 @@
23
entry: check-builtin-literals
24
language: python
25
types: [python]
26
+- id: catch-dotenv
27
+ name: catch dotenv files
28
+ description: blocks committing .env files. optionally creates value-sanitized .env.example.
29
+ entry: catch-dotenv
30
+ language: python
31
+ pass_filenames: true
32
+ always_run: false
33
- id: check-case-conflict
34
name: check for case conflicts
35
description: checks for files that would conflict in case-insensitive filesystems.
0 commit comments