代码拉取完成,页面将自动刷新
[MASTER]
# Check docstring completeness
load-plugins = pylint.extensions.docparams, pylint.extensions.docstyle
# Unit tests have a special configuration which is checked separately
ignore = tests/garage, benchmarks
# Go as fast as you can
jobs = 0
# Packages which we need to load so we can see their C extensions
extension-pkg-whitelist =
numpy.random,
mpi4py.MPI,
[MESSAGES CONTROL]
enable = all
disable =
# Style rules handled by yapf/flake8/isort
bad-continuation,
invalid-name,
line-too-long,
wrong-import-order,
# Class must have 2 public methods seems arbitary
too-few-public-methods,
# Algorithms and neural networks generally have a lot of variables
too-many-instance-attributes,
too-many-arguments,
too-many-locals,
# Detection seems buggy or unhelpful
duplicate-code,
# Allow more readable code
no-else-return,
# Discourages small interfaces
too-few-public-methods,
[REPORTS]
msg-template = {path}:{line:3d},{column}: {msg} ({symbol})
output-format = colorized
[TYPECHECK]
# Packages which might not admit static analysis because they have C extensions
generated-members = torch.*
[PARAMETER_DOCUMENTATION]
# Docstrings are required and should be complete
accept-no-param-doc=no
accept-no-raise-doc=no
accept-no-return-doc=no
accept-no-yields-doc=no
default-docstring-type=google
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。