https://github.com/robertmartin8/PyPortfolioOpt
Raw File
Tip revision: 46f84850febb73a0fa1811114adffe27bde91f08 authored by 88d52bdba0366127fffca9dfa93895 on 06 December 2023, 05:51:54 UTC
support python12
Tip revision: 46f8485
.flake8
[flake8]
max-line-length = 120
extend-ignore = E203
per-file-ignores =
    tests/test_imports.py:F401
back to top