Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
mikeee
/
litbee
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
litbee
/
pylintrc
freemt
Update hanzidentifier opencc to handle traditionl chinese
b665d70
about 3 years ago
raw
Copy download link
history
blame
contribute
delete
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