From 2696bda91c86a0c4561260dafcf83c15a9f62f52 Mon Sep 17 00:00:00 2001 From: Sefik Ilkin Serengil Date: Sun, 29 Jan 2023 00:58:33 +0000 Subject: [PATCH] linting stuff --- .github/workflows/tests.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 3b2b5f0..eaa0181 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -62,10 +62,13 @@ jobs: run: | python -m pip install --upgrade pip pip install pytest + pip install pylint + pip install black pip install . - name: Test with pytest run: | cd tests pytest unit_tests.py + pylint --fail-under=10 ../deepface/