PyPortfolioOpt/.flake8

5 lines
101 B
INI

[flake8]
max-line-length = 120
extend-ignore = E203
per-file-ignores =
tests/test_imports.py:F401