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

16 lines
209 B
INI
Raw Normal View History

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