2020-12-12 11:34:30 -08:00
|
|
|
[flake8]
|
2021-04-26 14:06:03 -07:00
|
|
|
exclude =
|
2020-12-12 11:34:30 -08:00
|
|
|
python/ray/core/generated/
|
|
|
|
streaming/python/generated
|
|
|
|
doc/source/conf.py
|
|
|
|
python/ray/cloudpickle/
|
|
|
|
python/ray/thirdparty_files/
|
|
|
|
python/build/
|
|
|
|
python/.eggs/
|
2021-04-26 14:06:03 -07:00
|
|
|
python/ray/_private/thirdparty/*
|
2021-09-13 17:45:18 -07:00
|
|
|
python/ray/workflow/tests/mock_server.py
|
2020-12-12 11:34:30 -08:00
|
|
|
max-line-length = 79
|
|
|
|
inline-quotes = "
|
|
|
|
ignore =
|
|
|
|
C408
|
|
|
|
E121
|
|
|
|
E123
|
|
|
|
E126
|
|
|
|
E226
|
|
|
|
E24
|
|
|
|
E704
|
|
|
|
W503
|
|
|
|
W504
|
|
|
|
W605
|
2021-01-11 14:53:12 -08:00
|
|
|
I
|
|
|
|
N
|
2021-10-03 23:24:11 -07:00
|
|
|
B001
|
|
|
|
B002
|
|
|
|
B003
|
|
|
|
B004
|
|
|
|
B005
|
|
|
|
B007
|
|
|
|
B008
|
|
|
|
B009
|
|
|
|
B010
|
|
|
|
B011
|
|
|
|
B012
|
|
|
|
B013
|
|
|
|
B014
|
|
|
|
B015
|
|
|
|
B016
|
|
|
|
B017
|
2020-12-12 11:34:30 -08:00
|
|
|
avoid-escape = no
|