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 code with --line-length=150 #18

Merged
merged 1 commit into from
Mar 5, 2025
Merged

Conversation

wangrunji0408
Copy link
Collaborator

No description provided.

@@ -26,7 +26,7 @@ jobs:

- name: Check code formatting
run: |
black --check .
black --check --line-length=150 .

Choose a reason for hiding this comment

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

Suggestion: switch to using ruff? Much faster and typically nicer formatting choices when ambiguous.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Thanks for your suggestion! We will give it a try.

@wangrunji0408 wangrunji0408 merged commit 52ecc5e into main Mar 5, 2025
7 checks passed
@wangrunji0408 wangrunji0408 deleted the wrj/fmt-longer-line branch March 5, 2025 14:46
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