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

Reformat Python code with Ruff #556

Open
mariobehling opened this issue Feb 16, 2025 · 5 comments
Open

Reformat Python code with Ruff #556

mariobehling opened this issue Feb 16, 2025 · 5 comments

Comments

@mariobehling
Copy link
Member

Ruff seems like a good option to make things future proof. Please do not include any other changes in this PR.

@r3yc0n1c
Copy link
Contributor

good idea! I can get started on this.

alikhere pushed a commit to alikhere/eventyay-tickets that referenced this issue Mar 8, 2025
alikhere added a commit to alikhere/eventyay-tickets that referenced this issue Mar 8, 2025
@alikhere
Copy link

alikhere commented Mar 9, 2025

@mariobehling I have made the appropriate changes. Please let me know if any further changes are required.

@hongquan
Copy link
Member

@alikhere
When using Ruff, it means that we drop Black, isort, Flake. It is meaningless to use both Ruff and Black.

@alikhere
Copy link

@hongquan Thanks for the feedback! I’ll remove Black and reformat the code using just Ruff to avoid redundancy and keep things consistent. I’ll update the PR accordingly

@hongquan
Copy link
Member

Update requirement:

  • Prefer single quote (') over double quote (") to make code less busy to eyes (and requires less key when typing).

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

No branches or pull requests

4 participants