master-thesis/python/hopsflow/setup.cfg

11 lines
148 B
INI

[flake8]
ignore = E501
max-line-length = 120
[mypy]
[mypy-stocproc.*]
ignore_missing_imports = True
[mypy-scipy.*]
ignore_missing_imports = True