register catch-dotenv hook

This commit is contained in:
Chris Rowe 2025-08-28 21:03:14 -06:00
parent c7f0dae9a4
commit 3e8b0c9e1a
No known key found for this signature in database

View file

@ -23,6 +23,13 @@
entry: check-builtin-literals
language: python
types: [python]
- id: catch-dotenv
name: catch dotenv files
description: blocks committing .env files. optionally creates value-sanitized .env.example.
entry: catch-dotenv
language: python
pass_filenames: true
always_run: false
- id: check-case-conflict
name: check for case conflicts
description: checks for files that would conflict in case-insensitive filesystems.