зеркало из
https://github.com/ssciwr/AMMICO.git
synced 2025-10-29 05:04:14 +02:00
* Apply thresholding to restrict the scope of facial expression recognition * fix test dict faces * remove approx * do not ignore data in subdirs * where does test_display come from * remove face analysis duplication * imageai sneaked into ci Co-authored-by: Inga Ulusoy <inga.ulusoy@uni-heidelberg.de>
5 строки
133 B
INI
5 строки
133 B
INI
[flake8]
|
|
ignore = E203, F401, E402, E501, W503
|
|
exclude = .git,__pycache__,.ipynb_checkpoints
|
|
max-line-length = 90
|
|
max-complexity = 18 |