yoloserv/modules/deepface-master/Makefile
2024-09-04 00:14:08 +00:00

5 lines
110 B
Makefile

test:
cd tests && python -m pytest . -s --disable-warnings
lint:
python -m pylint deepface/ --fail-under=10