mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 08:14:42 +04:00
Create-hooks
This commit is contained in:
parent
19aa121db0
commit
7cf65e96f9
1 changed files with 11 additions and 0 deletions
11
pre_commit/-hooks
Normal file
11
pre_commit/-hooks
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
repos:
|
||||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||
rev: v2.3.0
|
||||
hooks:
|
||||
- id: check-yaml
|
||||
- id: end-of-file-fixer
|
||||
- id: trailing-whitespace
|
||||
- repo: https://github.com/psf/black
|
||||
rev: 22.10.0
|
||||
hooks:
|
||||
- id: black
|
||||
Loading…
Add table
Add a link
Reference in a new issue