mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-19 00:54:42 +04:00
Introduce .pre-commit-hooks.yaml as a replacement for hooks.yaml
This commit is contained in:
parent
b90a598fac
commit
b9e5184ebd
32 changed files with 107 additions and 21 deletions
5
testing/resources/not_found_exe/.pre-commit-hooks.yaml
Normal file
5
testing/resources/not_found_exe/.pre-commit-hooks.yaml
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
- id: not-found-exe
|
||||
name: Not found exe
|
||||
entry: i-dont-exist-lol
|
||||
language: system
|
||||
files: ''
|
||||
Loading…
Add table
Add a link
Reference in a new issue