코드 docker-compose run app sh -c "python manage.py test && flake8"
코드
docker-compose run app sh -c "python manage.py test && flake8"
결과 ---------------------------------------------------------------------- Ran 2 tests in 0.002s OK Destroying test database for alias 'default'...
결과
---------------------------------------------------------------------- Ran 2 tests in 0.002s OK Destroying test database for alias 'default'...
참고자료:https://www.flake8rules.com/rules/E225.html