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

Check format by ruff #1055

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Check format by ruff #1055

wants to merge 1 commit into from

Conversation

shirayu
Copy link
Contributor

@shirayu shirayu commented Jan 16, 2024

This is a replaced PR of #902.

  • Add black format check every commit

  • This helps keep code readability at all times

  • Currently, the formatting has not been done. So the test will be failed ( ❌ ). Please perform formatting at the appropriate time.

Additional considerations related to this PR

@akx
Copy link
Contributor

akx commented Jan 16, 2024

Nice 😄 When actually applying the reformatting, we should note it will practically invalidate all current PRs (since there will be conflicts everywhere).

Regarding "Use more rules of ruff for static analysis", I actually applied some in main...akx:sd-scripts:import-cleanup (it builds on the IPEX cleanup in #1054 so I'm not making a PR out of it yet).

@shirayu
Copy link
Contributor Author

shirayu commented Mar 25, 2024

Updated to ruff==0.3.4 and performed git rebase

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.

None yet

2 participants