Skip to content

[wip] Upgrade to pylint 1.8.4 - #99

Open
mlhamel wants to merge 1 commit into
masterfrom
upgrade-pylint-1.8.4
Open

[wip] Upgrade to pylint 1.8.4#99
mlhamel wants to merge 1 commit into
masterfrom
upgrade-pylint-1.8.4

Conversation

@mlhamel

Copy link
Copy Markdown
Contributor

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.

@mlhamelmlhamel changed the title Upgrade to pylint 1.8.4[wip] Upgrade to pylint 1.8.4May 29, 2018
Comment threadsetup.py
install_requires=[
'GitPython>=2.1.8,<3',
'pylint>=1.7.1,<1.8',
'astroid>=1.5,<1.6',

Copy link
Copy Markdown
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
Copy Markdown
ContributorAuthor

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

@mlhamel@cfournie