Add pep8 and pylint linting updates.
Showing
.pep8
0 → 100644
pylintrc
0 → 100644
... | @@ -3,8 +3,10 @@ django-nose==1.4.1 | ... | @@ -3,8 +3,10 @@ django-nose==1.4.1 |
mock==1.0.1 | mock==1.0.1 | ||
nose==1.3.3 | nose==1.3.3 | ||
coverage==4.0.2 | coverage==4.0.2 | ||
# Quality | |||
pep8==1.6.2 | pep8==1.6.2 | ||
pylint<1.0 | git+https://github.com/edx/edx-lint.git@v0.4.1#egg=edx_lint==0.4.1 | ||
# Docs | # Docs | ||
Sphinx==1.2 | Sphinx==1.2 | ||
... | ... |
Please
register
or
sign in
to comment