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

[flake8] Disable Y065 for now #11672

Closed
wants to merge 1 commit into from
Closed

Conversation

srittau
Copy link
Collaborator

@srittau srittau commented Mar 30, 2024

This unblocks PyCQA/flake8-pyi#475

@srittau srittau requested a review from AlexWaygood March 30, 2024 12:16
@@ -13,7 +13,8 @@ per-file-ignores =
# Y023: Alias typing as typing_extensions
# Y026: Have implicit type aliases
# Y053: have literals >50 characters long
*_pb2.pyi: Y021, Y023, Y026, Y053
# Y065: TODO: Remove bare Incompletes
*_pb2.pyi: Y021, Y023, Y026, Y053, Y065
Copy link
Member

Choose a reason for hiding this comment

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

This only ignores Y065 for files ending in _pb2.pyi

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

That happens when editing too many branches at the same time ...

@AlexWaygood
Copy link
Member

FWIW, I think we can just merge PyCQA/flake8-pyi#475 without this change (CI isn't failing on the PR, and we know why there's a big diff). We can easily add the Y065 ignore at the same time as bumping our flake8-pyi pin at typeshed

srittau

This comment was marked as off-topic.

@srittau
Copy link
Collaborator Author

srittau commented Mar 30, 2024

Sure, let's do that.

@srittau srittau closed this Mar 30, 2024
@srittau srittau deleted the disable-y065 branch March 30, 2024 12:26
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.

2 participants