加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pyproject.toml 305 Bytes
一键复制 编辑 原始数据 按行查看 历史
Aivar Annamaa 提交于 2022-03-31 22:37 . Update pyproject.toml
[tool.black]
line-length = 100
target_version = ['py38', 'py39', 'py310']
exclude = ".*api_stubs|vendored_libs"
[tool.isort]
profile = "black"
src_paths = ["thonny"]
line_length = 100
skip = ["api_stubs", "esp32_api_stubs", "esp_common_api_stubs", "base_api_stubs", "generic_api_stubs", "vendored_libs"]
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化