bbgo_origin/python/setup.cfg

15 lines
246 B
INI
Raw Permalink Normal View History

2022-03-07 03:51:33 +00:00
[flake8]
max-line-length = 120
per-file-ignores = __init__.py: F401
2022-03-07 04:06:16 +00:00
# ignore =
exclude = bbgo_pb2.py, bbgo_pb2_grpc.py
2022-03-07 03:51:33 +00:00
[yapf]
based_on_style = google
column_limit = 120
[isort]
not_skip = __init__.py
line_length = 120
force_single_line = True