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

[wip] Upgrade to pylint 1.8.4 #99

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

mlhamel
Copy link
Contributor

@mlhamel mlhamel commented May 29, 2018

Description

We've previously fixed the version of pylint to 1.7.1 (#69) cause it seems there was an issue with astroid >= 1.6.0`. This doesn't seems to be the case anymore and it should be safe to migrate to the latest stable release.

@mlhamel mlhamel changed the title Upgrade to pylint 1.8.4 [wip] Upgrade to pylint 1.8.4 May 29, 2018
@@ -40,8 +40,7 @@ def get_version():
test_suite='tests',
install_requires=[
'GitPython>=2.1.8,<3',
'pylint>=1.7.1,<1.8',
'astroid>=1.5,<1.6',
Copy link
Contributor

Choose a reason for hiding this comment

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

Can we still restrict this to avoid 1.6.0?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

yes totally I've abandoned this PR while back but i'm gonna go back on this and will make sure to exclude 1.6.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants