FunASR/.pre-commit-config.yaml

7 lines
179 B
YAML
Raw Normal View History

2024-05-18 15:50:56 +08:00
repos:
- repo: https://github.com/psf/black
rev: 24.4.0
hooks:
- id: black
args: ['--line-length=100'] # 示例参数black默认使用4个空格缩进