ci: use flake8 instead of pyflakes

This commit is contained in:
Luna 2021-07-03 00:00:13 -03:00
parent 87f77e65f1
commit e01d1b8465
1 changed files with 1 additions and 1 deletions

View File

@ -23,5 +23,5 @@ tests:
- pipenv --venv - pipenv --venv
- pipenv run ./manage.py migrate - pipenv run ./manage.py migrate
- pipenv run black --check litecord run.py tests manage - 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 - pipenv run pytest tests