Files
options_backtester/setup.cfg
T
Juan Pablo Amoroso 82b6fc6b7b Flake8 changes:
- Ignore error W504 (break line on operator)
	- Ignore unused import in stats.py (used for pandas query)
2020-03-20 13:24:47 -03:00

8 lines
109 B
INI

[flake8]
max-line-length = 119
ignore = E126,F403,F405,W504
[yapf]
based_on_style = pep8
column_limit = 119