mirror of
https://github.com/wassname/options_backtester.git
synced 2026-06-27 15:00:44 +08:00
82b6fc6b7b
- Ignore error W504 (break line on operator) - Ignore unused import in stats.py (used for pandas query)
8 lines
109 B
INI
8 lines
109 B
INI
[flake8]
|
|
max-line-length = 119
|
|
ignore = E126,F403,F405,W504
|
|
|
|
[yapf]
|
|
based_on_style = pep8
|
|
column_limit = 119
|