videomae-vis / .pre-commit-config.yaml
SauravMaheshkar's picture
feat: initial commit
65947b1 unverified
raw
history blame
213 Bytes
repos:
- repo: https://github.com/psf/black
rev: 24.4.2
hooks:
- id: black
- repo: https://github.com/pycqa/isort
rev: 5.13.2
hooks:
- id: isort
args: ["--profile", "black"]