Skip to content

[flake8-pyi] Check PEP 695 type aliases for snake-case-type-alias and t-suffixed-type-alias#8966

Merged
charliermarsh merged 1 commit intoastral-sh:mainfrom
tjkuson:pep695-typealias
Dec 2, 2023
Merged

[flake8-pyi] Check PEP 695 type aliases for snake-case-type-alias and t-suffixed-type-alias#8966
charliermarsh merged 1 commit intoastral-sh:mainfrom
tjkuson:pep695-typealias

Conversation

@tjkuson
Copy link
Copy Markdown
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
@github-actions
Copy link
Copy Markdown
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
Copy Markdown
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
@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.

2 participants