mirror of
https://github.com/vale981/master-thesis
synced 2025-03-08 19:31:40 -05:00
11 lines
148 B
INI
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
|