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-pyi] Check PEP 695 type aliases for snake-case-type-alias and t-suffixed-type-alias #8966

Merged
merged 1 commit into from
Dec 2, 2023

Conversation

tjkuson
Copy link
Contributor

@tjkuson tjkuson commented Dec 2, 2023

Summary

Check PEP 695 type alias definitions for snake-case-type-alias (PYI042) and t-suffixed-type-alias (PYI043)

Related to #8771.

Test Plan

cargo test

@tjkuson tjkuson changed the title [flake8-pyi] Check PEP 695 type alias definitions for snake-case-type-alias and t-suffixed-type-alias [flake8-pyi] Check PEP 695 type aliases for snake-case-type-alias and t-suffixed-type-alias Dec 2, 2023
Copy link
Contributor

github-actions bot commented Dec 2, 2023

ruff-ecosystem results

Linter (stable)

✅ ecosystem check detected no linter changes.

Linter (preview)

✅ ecosystem check detected no linter changes.

@tjkuson tjkuson marked this pull request as ready for review December 2, 2023 15:11
Copy link
Member

@charliermarsh charliermarsh left a comment

Choose a reason for hiding this comment

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

Thanks!

@charliermarsh charliermarsh merged commit 3fbabfe into astral-sh:main Dec 2, 2023
17 checks passed
@charliermarsh charliermarsh added the rule Implementing or modifying a lint rule label Dec 2, 2023
@tjkuson tjkuson deleted the pep695-typealias branch December 2, 2023 22:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
rule Implementing or modifying a lint rule
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants