Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
mikeee
/
bloom-tr
like
0
Sleeping
App
Files
Files
Community
141bb9b
bloom-tr
/
pylintrc
freemt
First commit
141bb9b
about 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