master-thesis/python/energy_flow_proper/hopsflow/setup.cfg

12 lines
148 B
INI
Raw Normal View History

2021-11-04 15:33:08 +01:00
[flake8]
ignore = E501
max-line-length = 120
[mypy]
[mypy-stocproc.*]
ignore_missing_imports = True
[mypy-scipy.*]
ignore_missing_imports = True