mirror of
https://github.com/wassname/options_backtester.git
synced 2026-07-14 11:17:12 +08:00
- 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
|