CoolFace
Apppublic

Julius8888/XiJingPing_voice_cloning

sourceHugging Faceupdated 3y agoView on Hugging Face
1likes
.pre-commit-config.yaml26 linesDownload Raw Back to root
1repos:2  - repo: https://github.com/pre-commit/pre-commit-hooks3    rev: v4.5.04    hooks:5      - id: check-yaml6      - id: end-of-file-fixer7      - id: trailing-whitespace8 9  - repo: https://github.com/astral-sh/ruff-pre-commit10    rev: v0.1.811    hooks:12      - id: ruff13        args: [ --fix ]14 15  - repo: https://github.com/psf/black16    rev: 23.12.017    hooks:18      - id: black19 20  - repo: https://github.com/codespell-project/codespell21    rev: v2.2.622    hooks:23      - id: codespell24        files: ^.*\.(py|md|rst|yml)$25        args: [-L=fro]26