binarual_beats_generator / .pre-commit-config.yaml
iamtatsuki05's picture
Synced repo using 'sync_with_huggingface' Github Action
0338d23 verified
raw
history blame
No virus
306 Bytes
repos:
- repo: https://github.com/psf/black
rev: 22.12.0
hooks:
- id: black
types: [python]
language_version: python3.10.11
- repo: https://github.com/PyCQA/isort
rev: 5.12.0
hooks:
- id: isort
types: [python]
language_version: python3.10.11