Skip to content
This repository was archived by the owner on Jan 2, 2023. It is now read-only.

Commit afd171d

Browse files
author
Unknown
committed
flake8 exclutions
1 parent 61c4cef commit afd171d

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ before_script:
1414

1515
script:
1616
# - docker-compose run --rm $(bash <(curl -s https://codecov.io/env)) -u root app sh -c "python manage.py test && flake8"
17-
# - docker-compose run app sh -c "python manage.py test && flake8"
1817
# Using ROOT user in order to avoid 'PermissionError: [Errno 13] Permission denied: '/app/.coverage' error:
1918
# - docker-compose run -u root app sh -c "coverage run --source='.' manage.py test && coverage report && flake8 && codecov --commit=:sha"
2019
#- docker-compose run --rm -u root app sh -c "coverage run --source='.' manage.py test && coverage report && coverage xml && flake8"

app/.flake8

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[flake8]
2+
exclude =
3+
migrations,
4+
__pycache__,
5+
manage.py,
6+
settings.py

0 commit comments

Comments
 (0)