-
Notifications
You must be signed in to change notification settings - Fork 12
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
build: bump pylint version 1.7.5 > 1.8.2 #29
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
simobasso
changed the title
build: bump pylint version 1.7.5 > 1.8.1
WIP build: bump pylint version 1.7.5 > 1.8.1
Jan 23, 2018
simobasso
force-pushed
the
pylint_181
branch
3 times, most recently
from
January 23, 2018 14:43
89e9e45
to
8fb98f0
Compare
simobasso
added a commit
to simobasso/pylint-django
that referenced
this pull request
Jan 23, 2018
pylint-dev/pylint@d343169 had introduced NamesConsumerAtomic (renamed in ScopeConsumer in pylint-dev/pylint@b80d76d). ref pylint-dev/pylint@d343169 ref codacy/codacy-pylint#29 fix pylint-dev#120
simobasso
force-pushed
the
pylint_181
branch
2 times, most recently
from
January 23, 2018 21:31
ab3b8eb
to
5defe68
Compare
simobasso
added a commit
to simobasso/pylint-django
that referenced
this pull request
Jan 23, 2018
pylint-dev/pylint@d343169 had introduced NamesConsumerAtomic (renamed in ScopeConsumer in pylint-dev/pylint@b80d76d). ref pylint-dev/pylint@d343169 ref codacy/codacy-pylint#29 fix pylint-dev#120
we have to wait pylint-dev/pylint-django#121 but tests are all green! 🎉 when the PR will be merged in upstream and a new pylint-django will be released I'll update this pr |
atodorov
pushed a commit
to pylint-dev/pylint-django
that referenced
this pull request
Jan 24, 2018
pylint-dev/pylint@d343169 had introduced NamesConsumerAtomic (renamed in ScopeConsumer in pylint-dev/pylint@b80d76d). ref pylint-dev/pylint@d343169 ref codacy/codacy-pylint#29 fix #120
pylint-django < 0.9.0 is incompatible with pylint >= 1.8.0 ref https://github.com/PyCQA/pylint-django/blob/master/CHANGELOG.md
in order to fix `unused variable __class__` and because we have astroid at the version `1.6.x` we must upgrade pylint
simobasso
changed the title
WIP build: bump pylint version 1.7.5 > 1.8.1
WIP build: bump pylint version 1.7.5 > 1.8.2
Jan 25, 2018
simobasso
changed the title
WIP build: bump pylint version 1.7.5 > 1.8.2
build: bump pylint version 1.7.5 > 1.8.2
Jan 25, 2018
@rtfpessoa updated! 🌮 |
ehi @rtfpessoa do you need a rebase? |
@simobasso I was able to do it in the UI. Should be merged soon if all goes ok. |
🎉 |
atodorov
pushed a commit
to pylint-dev/pylint-django
that referenced
this pull request
Nov 5, 2018
pylint-dev/pylint@d343169 had introduced NamesConsumerAtomic (renamed in ScopeConsumer in pylint-dev/pylint@b80d76d). ref pylint-dev/pylint@d343169 ref codacy/codacy-pylint#29 fix #120
atodorov
pushed a commit
to pylint-dev/pylint-django
that referenced
this pull request
Dec 14, 2018
pylint-dev/pylint@d343169 had introduced NamesConsumerAtomic (renamed in ScopeConsumer in pylint-dev/pylint@b80d76d). ref pylint-dev/pylint@d343169 ref codacy/codacy-pylint#29 fix #120
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
in order to fix
unused variable __class__
and because we haveastroid at the version
1.6.x
we must upgrade pylint