This commit is contained in:
Frank Bertsch 2019-10-14 12:36:44 -04:00
Родитель 890461c013
Коммит 029cbcda86
3 изменённых файлов: 5 добавлений и 2 удалений

Просмотреть файл

@ -57,7 +57,7 @@ jobs:
command: docker run app:build test
- run:
name: Lint Code
command: docker run app:build flake8 leanplum_data_export/leanplum_data_export/ leanplum_data_export/tests/ --max-line-length 100
command: docker run app:build flake8 leanplum_data_export/
deploy:
docker:

3
.flake8 Normal file
Просмотреть файл

@ -0,0 +1,3 @@
[flake8]
max-line-length = 100
exclude = venv/*

Просмотреть файл

@ -24,7 +24,7 @@ clean-pyc:
find . -name '*~' -exec rm -f {} +
lint:
flake8 leanplum_data_export/ tests/ --max-line-length 100
flake8 .
test:
docker-compose run app test