Skip to content

Commit

Permalink
Merge pull request #4712 from rtfd/humitos/lint/py2
Browse files Browse the repository at this point in the history
Lint requirement file for py2
  • Loading branch information
humitos committed Oct 4, 2018
2 parents 23a2966 + 37674a6 commit 1b80b42
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions requirements/lint.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
-r pip.txt
# We need these special cases of Python < 3 for Read the Docs
# corporate site.
astroid==2.0.4; python_version > '3'
astroid==1.6.4; python_version < '3'
pylint==2.1.1
pylint-django==2.0.2

pylint==2.1.1; python_version > '3'
pylint<2; python_version < '3'

pylint-django==2.0.2; python_version > '3'
pylint-django==0.11.1; python_version < '3'

pylint-celery==0.3
prospector==1.1.2
pyflakes==2.0.0

0 comments on commit 1b80b42

Please sign in to comment.