129 Star 331 Fork 120

cosven/FeelUOwn

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.pylintrc 671 Bytes
一键复制 编辑 原始数据 按行查看 历史
[MASTER]
disable=
missing-docstring,
too-few-public-methods,
no-name-in-module, # seems not working for PyQt5
too-many-instance-attributes, # qt widget class can has many attributes
unnecessary-lambda, # pylint is a little bit silly
unused-argument, # not so critical
fixme,
invalid-name,
logging-fstring-interpolation,
bare-except,
import-outside-toplevel, # too verbose
# Let flake8 check import-related code.
wrong-import-position,
unused-import,
cyclic-import,
broad-exception-caught,
# Enable following in the future.
no-else-raise,
bad-mcs-classmethod-argument,
no-else-return
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/zjuysw/FeelUOwn.git
git@gitee.com:zjuysw/FeelUOwn.git
zjuysw
FeelUOwn
FeelUOwn
master

搜索帮助

23e8dbc6 1850385 7e0993f3 1850385