mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-04 11:16:53 +00:00
register catch-dotenv hook
This commit is contained in:
parent
c7f0dae9a4
commit
3e8b0c9e1a
1 changed files with 7 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue