Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
soulwax89
/
bluesix
like
0
Build error
App
Files
Files
Community
375afca
bluesix
/
.flake8
soulwax
Initial commit
375afca
over 1 year ago
raw
Copy download link
history
blame
Safe
155 Bytes
[flake8]
max-line-length = 88
extend-ignore = E203
exclude =
.tox
,
__pycache__,
*
.pyc
,
.env
venv/*
.venv/
*
reports/*
dist/*