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

lint/doc updates #17310

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

Conversation

miketheman
Copy link
Member

See each commit message for details.

Using the same variable name and reassigning it multiple times is not
necessary.

Signed-off-by: Mike Fiedler <[email protected]>
Signed-off-by: Mike Fiedler <[email protected]>
- The type returned from `.values()` is an iterable object, not an iterator.
- The input `reserved_names` is either a set or list, not a sequence.
- Adding `.any()` produces a boolean to match the filter condition's
  expectations, currently silently coerced.

Signed-off-by: Mike Fiedler <[email protected]>
@miketheman miketheman added testing Test infrastructure and individual tests developer experience Anything that improves the experience for Warehouse devs labels Dec 20, 2024
@miketheman miketheman requested a review from a team as a code owner December 20, 2024 22:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
developer experience Anything that improves the experience for Warehouse devs testing Test infrastructure and individual tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant