You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I want to add some CI to the codebase to check the code style and do some static analyze. I plan to use ruff , it will bring these benefits:
The code style of the current repository is inconsistent and difficult to read, formatting can alleviate this. I will also appropriately modify the format config file based on the current code to make minimal changes.
avoid some minor issues, such as duplicate keys in a dictionary
Optimize the experience for other contributors, for example (if you use vscode and have installed the plugin, and sometimes you press ctrl-c, auto-save will automatically format the code, which is quite annoying)
Is any suggestions or comments?
The text was updated successfully, but these errors were encountered:
trdthg
changed the title
Add CI for codestyle
Add CI for format/check
Oct 16, 2024
trdthg
changed the title
Add CI for format/check
Add CI for format/lint
Oct 16, 2024
Thats a good suggestion @trdthg . Do you need any resources from our side to add changes in the CI, or will you update it yourself? If you are going to update it, then do add a PR, we will review it together and merge it.
Hi, I want to add some CI to the codebase to check the code style and do some static analyze. I plan to use ruff , it will bring these benefits:
Is any suggestions or comments?
The text was updated successfully, but these errors were encountered: