master-thesis/python/energy_flow_proper/hopsflow/setup.cfg
2021-11-05 10:19:19 +01:00

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