Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
keithhon
/
logo-generator
like
4
Build error
App
Files
Files
Community
keithhon
commited on
Aug 21, 2022
Commit
b59a83d
•
1 Parent(s):
7c100db
Upload setup.cfg with huggingface_hub
Browse files
Files changed (1)
hide
show
setup.cfg
+3
-0
setup.cfg
ADDED
Viewed
@@ -0,0 +1,3 @@
1
+
[flake8]
2
+
max-line-length = 120
3
+
ignore = E226, E402, W504