VirVen's picture
Upload folder using huggingface_hub
2271a07 verified
raw
history blame contribute delete
142 Bytes
[flake8]
max-line-length = 190
exclude =
.venv, venv,
.git, __pycache__, .cache/,
example_data, nli, prompts
ignore = E203, W503