mirror of
https://github.com/vale981/master-thesis
synced 2025-03-10 13:16:38 -04:00
12 lines
148 B
INI
12 lines
148 B
INI
|
[flake8]
|
||
|
ignore = E501
|
||
|
max-line-length = 120
|
||
|
|
||
|
[mypy]
|
||
|
|
||
|
[mypy-stocproc.*]
|
||
|
ignore_missing_imports = True
|
||
|
|
||
|
[mypy-scipy.*]
|
||
|
ignore_missing_imports = True
|