DuyTa's picture
Upload folder using huggingface_hub
aeda668 verified
raw
history blame
101 Bytes
[flake8]
max-line-length = 100
ignore =
E203,
W503,
[isort]
profile=black
lines_between_types=1