1 Star 0 Fork 11

天龙/Ray

forked from Gitee 极速下载/Ray 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.flake8 805 Bytes
一键复制 编辑 原始数据 按行查看 历史
[flake8]
exclude =
python/ray/core/generated/
doc/source/conf.py
python/ray/cloudpickle/
python/ray/thirdparty_files/
python/build/
python/.eggs/
python/ray/_private/thirdparty/*
python/ray/workflow/tests/mock_server.py
python/ray/serve/tests/test_config_files/syntax_error.py
max-line-length = 88
inline-quotes = "
ignore =
C408
C417
E121
E123
E126
E203
E226
E24
E704
W503
W504
W605
I
N
B001
B002
B003
B004
B005
B007
B008
B009
B010
B011
B012
B013
B014
B015
B016
B017
avoid-escape = no
# Error E731 is ignored because of the migration from YAPF to Black.
# See https://github.com/ray-project/ray/issues/21315 for more information.
per-file-ignores =
rllib/evaluation/worker_set.py:E731
rllib/evaluation/sampler.py:E731
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/zjl_666/Ray.git
[email protected]:zjl_666/Ray.git
zjl_666
Ray
Ray
master

搜索帮助