mirror of
https://github.com/wassname/ray.git
synced 2026-06-27 18:44:07 +08:00
[format] Improve formatting with a real .flake8 file (#12800)
Change-Id: I42acd948dd915bad6b132f8caa9038898b55d6e4
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
[flake8]
|
||||
exclude =
|
||||
python/ray/core/generated/
|
||||
streaming/python/generated
|
||||
doc/source/conf.py
|
||||
python/ray/cloudpickle/
|
||||
python/ray/thirdparty_files/
|
||||
python/build/
|
||||
python/.eggs/
|
||||
max-line-length = 79
|
||||
inline-quotes = "
|
||||
ignore =
|
||||
C408
|
||||
E121
|
||||
E123
|
||||
E126
|
||||
E226
|
||||
E24
|
||||
E704
|
||||
W503
|
||||
W504
|
||||
W605
|
||||
avoid-escape = no
|
||||
Reference in New Issue
Block a user