Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

API checks: Improve reporting for attribute who lost their value #218

Closed
pawamoy opened this issue Oct 10, 2023 · 0 comments
Closed

API checks: Improve reporting for attribute who lost their value #218

pawamoy opened this issue Oct 10, 2023 · 0 comments
Assignees

Comments

@pawamoy
Copy link
Member

pawamoy commented Oct 10, 2023

Describe the bug
For example, going from:

class A:
    b: int | None = None

to

class A:
    b: int

will report

src/package/module.py:2: A.b: Attribute value was changed: None -> None

I think it should say "unset" instead of None?

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant