Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
Omnibus
/
logo-generator
Like
30
Running
App
Files
Files
Community
3
Fetching metadata from the HF Docker repository...
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