Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lint requirement file for py2 #4712

Merged
merged 1 commit into from
Oct 4, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

didn't know about that flag D:

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I had no idea about it. Google was my friend :)


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