hallo / .pre-commit-config.yaml
multimodalart's picture
Upload folder using huggingface_hub
5a510e7 verified
repos:
- repo: local
hooks:
- id: isort
name: isort
language: system
types: [python]
pass_filenames: false
entry: isort
args: ["."]
- id: pylint
name: pylint
language: system
types: [python]
pass_filenames: false
entry: pylint
args: ["**/*.py"]