keithhon commited on
Commit
b59a83d
1 Parent(s): 7c100db

Upload setup.cfg with huggingface_hub

Browse files
Files changed (1) hide show
  1. setup.cfg +3 -0
setup.cfg ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ [flake8]
2
+ max-line-length = 120
3
+ ignore = E226, E402, W504