paulpanwang's picture
Upload folder using huggingface_hub
476e0f0 verified
raw
history blame contribute delete
306 Bytes
exclude: '^$'
repos:
- repo: local
hooks:
- id: isort
entry: isort --profile black
name: isort (python)
language: system
types: [python]
- id: black
entry: black --line-length 120
name: black
language: system
types: [python]