1 Star 0 Fork 0

Bytedance Inc./dplm

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
setup.cfg 617 Bytes
一键复制 编辑 原始数据 按行查看 历史
wangxinyou.203 提交于 2024-07-23 04:01 +08:00 . init
[isort]
line_length = 99
profile = black
filter_files = True
[flake8]
max_line_length = 99
show_source = True
format = pylint
ignore =
F401 # Module imported but unused
W504 # Line break occurred after a binary operator
F841 # Local variable name is assigned to but never used
E501 # Line too long
exclude =
.git
__pycache__
data/*
tests/*
notebooks/*
logs/*
[tool:pytest]
testpaths = tests/
log_cli = True
markers =
slow
addopts =
--durations=0
--strict-markers
--doctest-modules
filterwarnings =
ignore::DeprecationWarning
ignore::UserWarning
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/ByteDance/dplm.git
git@gitee.com:ByteDance/dplm.git
ByteDance
dplm
dplm
main

搜索帮助