Commit 44e717b3 by Oleg Marshev

Add pylint.

parent f467f747
...@@ -4,3 +4,4 @@ ...@@ -4,3 +4,4 @@
# Tests / Coverage reports # Tests / Coverage reports
.coverage .coverage
.tox .tox
coverage/
...@@ -19,3 +19,4 @@ clean: ...@@ -19,3 +19,4 @@ clean:
quality: quality:
pep8 --config=.pep8 $(PACKAGES) pep8 --config=.pep8 $(PACKAGES)
pylint $(PACKAGES)
import json import json
from django.http import HttpResponse
from django.conf import settings
from django.core.urlresolvers import reverse
from rest_framework import status
from rest_framework.permissions import AllowAny from rest_framework.permissions import AllowAny
from rest_framework.response import Response from rest_framework.response import Response
from rest_framework.views import APIView from rest_framework.views import APIView
......
This diff is collapsed. Click to expand it.
...@@ -7,3 +7,4 @@ nose-exclude==0.2.0 ...@@ -7,3 +7,4 @@ nose-exclude==0.2.0
nose-ignore-docstring==0.2 nose-ignore-docstring==0.2
pep8==1.5.7 pep8==1.5.7
pylint==1.4.0 pylint==1.4.0
diff-cover==0.7.2
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment