-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: rename polish-codestyle to format in Makefile
- Rename 'polish-codestyle' target to 'format' in Makefile - Update documentation in README.md and README_zh.md to reflect the new target name - Remove redundant 'formatting' target from Makefile This change standardizes the naming convention for code formatting commands, making it more intuitive for users.
- Loading branch information
1 parent
01ed4a2
commit a3b03b9
Showing
4 changed files
with
3 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -179,9 +179,6 @@ make pre-commit-install | |
自动格式化使用 `ruff`。 | ||
|
||
```bash | ||
make polish-codestyle | ||
|
||
# 或使用同义词 | ||
make format | ||
``` | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters