代码拉取完成,页面将自动刷新
[tool:pytest]
markers =
jax: marks tests for deepchem-jax only (deselect with '-m "not jax"')
torch: marks tests for deepchem-torch only (deselect with '-m "not torch"')
tensorflow: marks tests for deepchem-torch only (deselect with '-m "not tensorflow"')
slow: marks tests as slow (deselect with '-m "not slow"')
serial
[mypy]
ignore_missing_imports = True
[flake8]
ignore =
E111, # Indentation is not a multiple of four
E114, # Indentation is not a multiple of four (comment)
E121, # continuation line under-indented for hanging indent
E124, # Closing bracket does not match visual indentation
E126, # continuation line over-indented for hanging indent
E125, # Continuation line with same indent as next logical line
E127, # Continuation line over-indented for visual indent
E129, # Visually indented line with same indent as next logical line
E502, # the backslash is redundant between bracket
W503, # Line break before binary operator
W504, # Line break after binary operator
W605, # invalid escape sequenc
E722 # do not use bare 'except'
max-line-length = 300
[yapf]
based_on_style = google
indent_width = 2
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。