1 Star 0 Fork 71

shengfengsong/FATE

forked from WeBank/FATE 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pyproject.toml 834 Bytes
一键复制 编辑 原始数据 按行查看 历史
weiwee 提交于 2023-12-27 19:26 . chore: format with black
[tool.autoflake]
check = false
exclude = ["examples/*", "python/fate_test/*", "python/fate_client/*", "doc/*", "deploy/*", "c/*", "rust/*"]
[tool.isort]
profile = "black"
skip_glob = ["examples/*", "python/fate_test/*", "python/fate_client/*", "doc/*", "deploy/*", "c/*", "rust/*", "*_pb2.py", "*_pb2_grpc.py"]
[tool.black]
line-length = 119
target-version = ['py38']
include = '\.pyi?$'
extend-exclude = '''
(
^/fate_flow/ |
^/eggroll/ |
^/examples/ |
^/fate_client/ |
.*_pb2.py |
.*_pb2_grpc.py |
^/examples/ |
^/rust/ |
^/c/ |
^/doc/ |
^/deploy/
)
'''
[tool.pyright]
include = ["python"]
exclude = ["**/node_modules",
"**/__pycache__",
"src/typestubs"
]
defineConstant = { DEBUG = true }
reportMissingImports = true
reportMissingTypeStubs = false
executionEnvironments = [
{ root = "python" },
]
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/shengfengsong/FATE.git
git@gitee.com:shengfengsong/FATE.git
shengfengsong
FATE
FATE
master

搜索帮助