mirror of
https://github.com/wassname/TTS.git
synced 2026-09-10 11:50:20 +08:00
new CONTRIBUTING.md
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
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: 20.8b1
|
||||
hooks:
|
||||
- id: black
|
||||
language_version: python3
|
||||
Reference in New Issue
Block a user