discord-bot / .flake8
khointn's picture
Upload folder using huggingface_hub
cca4857 verified
raw
history blame contribute delete
125 Bytes
[flake8]
ignore = E203, E501, W503
max-line-length = 88
max-complexity = 10
per-file-ignores =
*/__init__.py: F401, F403