From e01d1b8465461daaa2517f1ae33a1bc14953d099 Mon Sep 17 00:00:00 2001 From: Luna Date: Sat, 3 Jul 2021 00:00:13 -0300 Subject: [PATCH] ci: use flake8 instead of pyflakes --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4173da2..44bfdf8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -23,5 +23,5 @@ tests: - pipenv --venv - pipenv run ./manage.py migrate - pipenv run black --check litecord run.py tests manage - - pipenv run pyflakes run.py litecord/ + - pipenv run flake8 litecord run.py tests manage - pipenv run pytest tests