Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
mikeee
/
mlbee
like
1
Sleeping
App
Files
Files
Community
1
34815a7
mlbee
/
pylintrc
freemt
first commit
e55a136
over 2 years ago
raw
Copy download link
history
blame
Safe
157 Bytes
[EXCEPTIONS]
# C0301 line too long
# R0801 dup
# C0103 invalid-name
# W0612 unused-variable
# W0611 unused-import
disable
=W0703,R0801,C0103,C0301,W0612,W0611