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

Bump pylint from 2.6.2 to 2.7.4 #954

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 31, 2021

Bumps pylint from 2.6.2 to 2.7.4.

Release notes

Sourced from pylint's releases.

pylint-2.7.4

  • Fix a problem with disabled msgid not being ignored

    Closes #4265

  • Fix issue with annotated class constants

pylint-2.7.3

  • Introduce logic for checking deprecated attributes in DeprecationMixin.

  • Reduce usage of blacklist/whitelist terminology. Notably, extension-pkg-allow-list is an alternative to extension-pkg-whitelist and the message blacklisted-name is now emitted as disallowed-name. The previous names are accepted to maintain backward compatibility.

  • Move deprecated checker to DeprecatedMixin

    Closes #4086

  • Bump astroid version to 2.5.2

  • Fix false positive for method-hidden when using private attribute and method

    Closes #3936

  • use-symbolic-message-instead now also works on legacy messages like C0111 (missing-docstring).

  • Remove unwanted print to stdout from _emit_no_member

  • Introduce a command-line option to specify pyreverse output directory

    Closes #4159

  • Fix issue with Enums and class-attribute-naming-style=snake_case

    Closes #4149

  • Add allowed-redefined-builtins option for fine tuning redefined-builtin check.

    Close #3263

  • Fix issue when executing with python -m pylint

    Closes #4161

  • Exempt typing.TypedDict from too-few-public-methods check.

    Closes #4180

... (truncated)

Changelog

Sourced from pylint's changelog.

What's New in Pylint 2.7.4?

Release date: 2021-03-30

  • Fix a problem with disabled msgid not being ignored

    Closes #4265

  • Fix issue with annotated class constants

What's New in Pylint 2.7.3?

Release date: 2021-03-29

  • Introduce logic for checking deprecated attributes in DeprecationMixin.

  • Reduce usage of blacklist/whitelist terminology. Notably, extension-pkg-allow-list is an alternative to extension-pkg-whitelist and the message blacklisted-name is now emitted as disallowed-name. The previous names are accepted to maintain backward compatibility.

  • Move deprecated checker to DeprecatedMixin

    Closes #4086

  • Bump astroid version to 2.5.2

  • Fix false positive for method-hidden when using private attribute and method

    Closes #3936

  • use-symbolic-message-instead now also works on legacy messages like C0111 (missing-docstring).

  • Remove unwanted print to stdout from _emit_no_member

  • Introduce a command-line option to specify pyreverse output directory

    Closes #4159

  • Fix issue with Enums and class-attribute-naming-style=snake_case

    Closes #4149

  • Add allowed-redefined-builtins option for fine tuning redefined-builtin check.

    Close #3263

... (truncated)

Commits
  • c92e3ab Fix disabled warning not ignored (#4268)
  • c1c41b8 Fix issue with annotated class constants (#4266)
  • 245feab Upgrade project for 2.7.4, and 2.8.0 (#4262)
  • 13dae7c Prepare 2.7.3 release (#4261)
  • a37c643 Fix various problems with --import-graph filename parsing (#4259)
  • 42bf3b0 Fix regession with sys.path filter (2)
  • c85cb41 Fix regression with sys.path filter (#4258)
  • 95daeca Bump astroid version to 2.5.2
  • 7905ec1 Fix false-positive for unused-import on class keyword arguments
  • 12acc43 Fix a typo where 'msg =' was repeated twice
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 31, 2021
@auto-assign auto-assign bot requested a review from fredo March 31, 2021 05:06
@dependabot dependabot bot requested review from karlb and konradkonrad March 31, 2021 05:06
@karlb karlb added this to In progress in Raiden Berlin Sprint via automation Apr 1, 2021
@karlb karlb moved this from In progress to Backlog in Raiden Berlin Sprint Apr 1, 2021
@istankovic
Copy link
Contributor

@dependabot rebase

Bumps [pylint](https://github.com/PyCQA/pylint) from 2.6.2 to 2.7.4.
- [Release notes](https://github.com/PyCQA/pylint/releases)
- [Changelog](https://github.com/PyCQA/pylint/blob/master/ChangeLog)
- [Commits](pylint-dev/pylint@pylint-2.6.2...pylint-2.7.4)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/pylint-2.7.4 branch from e1a6743 to 422060f Compare April 9, 2021 13:03
@istankovic
Copy link
Contributor

istankovic commented Apr 9, 2021

Seems to be related to pylint-dev/pylint#4118. Increasing min-similarity-lines to a high number (80) and forcing jobs to 1 fixes the issue but I suspect it's not the entire story here. I suggest we wait until the the pylint issue is fixed and then try again.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 26, 2021

Superseded by #977.

@dependabot dependabot bot closed this Apr 26, 2021
Raiden Berlin Sprint automation moved this from Backlog to Done Apr 26, 2021
@dependabot dependabot bot deleted the dependabot/pip/pylint-2.7.4 branch April 26, 2021 05:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
Development

Successfully merging this pull request may close these issues.

None yet

1 participant