mirror of
https://github.com/vale981/ray
synced 2025-03-05 18:11:42 -05:00

* up * up * up * format * up * fix comment * up * update * update * move dep * bump pytest versin * use lazy_fixture explicitly * format
27 lines
421 B
INI
27 lines
421 B
INI
[flake8]
|
|
exclude =
|
|
python/ray/core/generated/
|
|
streaming/python/generated
|
|
doc/source/conf.py
|
|
python/ray/cloudpickle/
|
|
python/ray/thirdparty_files/
|
|
python/build/
|
|
python/.eggs/
|
|
python/ray/_private/thirdparty/*
|
|
python/ray/experimental/workflow/tests/mock_server.py
|
|
max-line-length = 79
|
|
inline-quotes = "
|
|
ignore =
|
|
C408
|
|
E121
|
|
E123
|
|
E126
|
|
E226
|
|
E24
|
|
E704
|
|
W503
|
|
W504
|
|
W605
|
|
I
|
|
N
|
|
avoid-escape = no
|