加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
setup.cfg 783 Bytes
一键复制 编辑 原始数据 按行查看 历史
Guillaume Lemaitre 提交于 2022-01-11 19:18 . Bumpversion to 0.10.0.dev0
[bumpversion]
current_version = 0.10.0.dev0
tag = False
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+)(?P<dev>\d+))?
serialize =
{major}.{minor}.{patch}.{release}{dev}
{major}.{minor}.{patch}
[bumpversion:part:release]
optional_value = gamma
values =
dev
gamma
[bumpversion:part:dev]
[bumpversion:file:imblearn/_version.py]
[aliases]
test = pytest
[tool:pytest]
doctest_optionflags = NORMALIZE_WHITESPACE ELLIPSIS
testpaths = imblearn
addopts =
--doctest-modules
--color=yes
-rs
filterwarnings =
ignore:the matrix subclass:PendingDeprecationWarning
[flake8]
max-line-length = 88
ignore = E121,E123,E126,E226,E24,E704,W503,W504,E203
per-file-ignores =
examples/*: E402
[mypy]
ignore_missing_imports = True
allow_redefinition = True
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化