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

Make all Enums UPPER_CASE across the code base #605

Open
coretl opened this issue Oct 8, 2024 · 0 comments
Open

Make all Enums UPPER_CASE across the code base #605

coretl opened this issue Oct 8, 2024 · 0 comments
Labels
good first issue Good for newcomers hackathon Good issues for the upcoming bluesky hackathon looks easy
Milestone

Comments

@coretl
Copy link
Collaborator

coretl commented Oct 8, 2024

To match conventions

So:

class MyEnum(str, Enum):
    FOO = "foo"
    BAR = "bar"
@coretl coretl added this to the 1.0 milestone Oct 8, 2024
@stan-dot stan-dot added good first issue Good for newcomers hackathon Good issues for the upcoming bluesky hackathon looks easy labels Nov 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers hackathon Good issues for the upcoming bluesky hackathon looks easy
Projects
None yet
Development

No branches or pull requests

2 participants