1 Star 0 Fork 0

ArthurYan/asammdf

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
setup.cfg 605 Bytes
一键复制 编辑 原始数据 按行查看 历史
[aliases]
test=pytest
[tool:pytest]
norecursedirs = .git
venv
.tox
.eggs
dist
build
addopts =
--tb=long
flake8-ignore = D401
flake8-max-line-length = 160
flake8-max-complexity = 10
flake8-show-source = true
flake8-extensions = .py
flake8-exclude = .git, venv, .tox, .eggs, dist, build
flake8-accept-encodings = utf-8p
pep8maxlinelength = 160
[pycodestyle]
exclude = .git, venv, .tox, .eggs, dist, build
max-line-length = 160
[flake8]
accept-encodings = utf-8
exclude = .git, venv, .tox, .eggs, dist, build
max-line-length = 160
max_complexity = 10
ignore = D401
doctests = True
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/arthuryan669/asammdf.git
git@gitee.com:arthuryan669/asammdf.git
arthuryan669
asammdf
asammdf
master

搜索帮助