mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-10 09:11:55 +00:00
15 lines
246 B
INI
15 lines
246 B
INI
[flake8]
|
|
max-line-length = 120
|
|
per-file-ignores = __init__.py: F401
|
|
# ignore =
|
|
exclude = bbgo_pb2.py, bbgo_pb2_grpc.py
|
|
|
|
[yapf]
|
|
based_on_style = google
|
|
column_limit = 120
|
|
|
|
[isort]
|
|
not_skip = __init__.py
|
|
line_length = 120
|
|
force_single_line = True
|