2 Star 0 Fork 0

Spike/welleng

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
project.toml 527 Bytes
一键复制 编辑 原始数据 按行查看 历史
jonnymaserati 提交于 2023-04-01 12:30 . Add project.toml file
[build-system]
build-backend = "setuptools.build_meta"
requires = ["setuptools >= 40.8", "wheel"]
[tool.ruff]
select = [
"E", "F", # the default rules
"T201", # disallow print statements
"B" # pass bugbear
]
#"I001", # isort
#"D"] # pydocstyle
ignore = [
"B905", # `zip()` without an explicit `strict=`
"B904", # `raise ... from err` seems a bit silly
"B018" # useless expression ideally ignore only on `tests`
]
line-length = 90
[tool.ruff.pydocstyle]
convention = "numpy"
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/SpikeXue_admin/welleng.git
git@gitee.com:SpikeXue_admin/welleng.git
SpikeXue_admin
welleng
welleng
main

搜索帮助