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

Ensure reporting show more detailed error messages for RedefiningStaticFieldAsDynamic #104

Merged
merged 3 commits into from Aug 15, 2023

Conversation

abravalheri
Copy link
Owner

Motivation:

  • https://github.com/pypa/setuptools/issues/3967

Also taking the opportunity to avoid problems with Ruff:

  • https://github.com/pypa/setuptools/pull/3963

It seems that `python3 -OO` always remove docstrings, so `__doc__` is
actually always a `str | None` union, even if `__doc__` is defined...
@abravalheri abravalheri marked this pull request as ready for review August 7, 2023 17:05
@abravalheri abravalheri merged commit 6c1a6df into main Aug 15, 2023
27 of 28 checks passed
@abravalheri abravalheri deleted the fix-reporting branch August 15, 2023 20:00
Sign up for free to 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.

None yet

1 participant