1 Star 0 Fork 0

spklee/TTS

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pyproject.toml 598 Bytes
一键复制 编辑 原始数据 按行查看 历史
Eren Gölge 提交于 2021-06-18 14:57 . Enable support for 🐍 python 3.10
[build-system]
requires = ["setuptools", "wheel", "Cython", "numpy==1.19.5"]
[flake8]
max-line-length=120
[tool.black]
line-length = 120
target-version = ['py38']
exclude = '''
(
/(
\.eggs # exclude a few common directories in the
| \.git # root of the project
| \.hg
| \.mypy_cache
| \.tox
| \.venv
| _build
| buck-out
| build
| dist
)/
| foo.py # also separately exclude a file named foo.py in
# the root of the project
)
'''
[tool.isort]
line_length = 120
profile = "black"
multi_line_output = 3
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/spklee/TTS.git
[email protected]:spklee/TTS.git
spklee
TTS
TTS
1316-rebase

搜索帮助