Skip to content

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
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