mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-05 03:26:53 +00:00
Add check-yaml-filename-extension hook
This commit is contained in:
parent
5420c705a4
commit
1ea1ff2061
5 changed files with 66 additions and 0 deletions
|
|
@ -95,6 +95,12 @@
|
|||
entry: check-yaml
|
||||
language: python
|
||||
types: [yaml]
|
||||
- id: check-yaml-filename-extension
|
||||
name: check yaml filename extension
|
||||
description: checks that yaml file names ends with specified extension.
|
||||
entry: check-yaml-filename-extension
|
||||
language: python
|
||||
types: [yaml]
|
||||
- id: debug-statements
|
||||
name: debug statements (python)
|
||||
description: checks for debugger imports and py37+ `breakpoint()` calls in python source.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue