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 or remove some TODOs #7141

Merged
merged 2 commits into from
Jul 7, 2022
Merged

Bump or remove some TODOs #7141

merged 2 commits into from
Jul 7, 2022

Conversation

DanielNoord
Copy link
Collaborator

  • Add yourself to CONTRIBUTORS if you are a new contributor.
  • Write a good description on what the PR does.

Type of Changes

Type
βœ“ πŸ”¨ Refactoring

Description

@Pierre-Sassoulas only two TODOs remain. Could you take a look at those:
https://github.com/PyCQA/pylint/blob/7616e83e2541a5f3a66ea2caa751979c0f398d2b/script/bump_changelog.py#L19
https://github.com/PyCQA/pylint/blob/7616e83e2541a5f3a66ea2caa751979c0f398d2b/script/fix_documentation.py#L17

Refs. #6632.

@DanielNoord DanielNoord added the Maintenance Discussion or action around maintaining pylint or the dev workflow label Jul 7, 2022
@DanielNoord DanielNoord added this to the 2.15.0 milestone Jul 7, 2022
Copy link
Member

@Pierre-Sassoulas Pierre-Sassoulas left a comment

Choose a reason for hiding this comment

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

The last two todos will be done in #6974 and related merge request.

@@ -219,8 +219,6 @@ def visit_instance(self, instance: objects.ExceptionInstance) -> None:
visit_exceptioninstance = visit_instance

def visit_classdef(self, node: nodes.ClassDef) -> None:
Copy link
Member

Choose a reason for hiding this comment

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

Something needs to be done here, unless instance._proxied always return a nodes.ClassDef. But I think at least Instance is a possibility.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

No, I recently fixed the typing here. _proxied is always ClassDef.

Will be available in 2.12

@DanielNoord DanielNoord merged commit 1fe5072 into pylint-dev:main Jul 7, 2022
@DanielNoord DanielNoord deleted the todos branch July 7, 2022 08:31
@github-actions
Copy link
Contributor

github-actions bot commented Jul 7, 2022

πŸ€– According to the primer, this change has no effect on the checked open source code. πŸ€–πŸŽ‰

This comment was generated for commit 1132063

@coveralls
Copy link

coveralls commented Jul 7, 2022

Pull Request Test Coverage Report for Build 2628072019

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 95.359%

Totals Coverage Status
Change from base Build 2625569561: 0.0%
Covered Lines: 16705
Relevant Lines: 17518

πŸ’› - Coveralls

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Maintenance Discussion or action around maintaining pylint or the dev workflow
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants