Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
kxqt
/
Expedit-SAM
like
7
Runtime error
App
Files
Files
Community
3ed5219
Expedit-SAM
/
.flake8
kxqt
init commit
2c50deb
over 1 year ago
raw
Copy download link
history
blame
Safe
211 Bytes
[flake8]
ignore = W503, E203, E221, C901, C408, E741, C407, B017, F811, C101, EXE001, EXE002
max
-
line
-length =
100
max
-complexity =
18
select = B,C,E,F,W,T4,B9
per-
file
-ignores =
**/__init__.
py
:F401,F403,E402