Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
khointn
/
discord-bot
like
0
Runtime error
App
Files
Files
Community
cca4857
discord-bot
/
.flake8
khointn
Upload folder using huggingface_hub
cca4857
verified
5 months ago
raw
Copy download link
history
blame
Safe
125 Bytes
[flake8]
ignore = E203, E501, W503
max
-
line
-length =
88
max
-complexity =
10
per-
file
-ignores =
*/__init__.
py
: F401, F403