Merge pull request #58 from chromano/master

Fix flake8 warnings, this time all of them
This commit is contained in:
Patrick Altman 2014-07-31 09:55:01 -05:00
commit 745d16df0b
2 changed files with 2 additions and 1 deletions

View file

@ -8,4 +8,4 @@ install:
- pip install -e .
script:
- flake8 --max-line-length=100 --max-complexity=10 --statistics --benchmark symposion
- flake8 --max-line-length=100 --max-complexity=24 --statistics --benchmark symposion

View file

@ -167,6 +167,7 @@ def review_admin(request, section_slug):
return render(request, "reviews/review_admin.html", ctx)
# FIXME: This view is too complex according to flake8
@login_required
def review_detail(request, pk):