Ai
1 Star 0 Fork 0

vim-plug-mirror/pydocstyle

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pyproject.toml 383 Bytes
一键复制 编辑 原始数据 按行查看 历史
Felipe Peter 提交于 2022-04-05 17:33 +08:00 . Move tool configs to pyproject.toml (#588)
[tool.black]
line-length = 79
target-version = ['py36']
skip-string-normalization = true
[tool.isort]
profile = "black"
src_paths = ["src/pydocstyle"]
line_length = 79
[tool.mypy]
ignore_missing_imports = true
strict_optional = true
disallow_incomplete_defs = true
[tool.pytest.ini_options]
norecursedirs = ["docs", ".tox"]
addopts = """
-vv
-rw
--cache-clear
"""
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/vim-plug-mirror/pydocstyle.git
git@gitee.com:vim-plug-mirror/pydocstyle.git
vim-plug-mirror
pydocstyle
pydocstyle
master

搜索帮助