Skip to content

Commit fe939da

Browse files
committed
Pre-commit success
1 parent f4d52af commit fe939da

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v2
1616
- uses: actions/setup-python@v2
17-
- uses: pre-commit/[email protected]
17+
- uses: pre-commit/[email protected]

check_copyright_config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ examples_and_unit_tests:
3939

4040
# ignore: # You can also select ignoring files here
4141
# perform_check: no # Don't check files from that block
42-
# include:
42+
# include:

docs/Board_Contribution_Guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,4 @@ Using the adaption of `M5Stack M5DIAL` as an example, follow these steps to modi
5858
5. **[M]** *[ESP_Panel_Board_Supported](../ESP_Panel_Board_Supported.h)*, *[library.properties](../library.properties)*, *[docs/Board_Instructions.md](../docs/Board_Instructions.md)*, *[README_CN.md](../README_CN.md)*, *[README.md](../README.md)*: Update the supported development boards information in these files.
5959
6. **[M]** *[docs/Board_Instructions.md](../docs/Board_Instructions.md)*: Update the recommended configuration for the new development board.
6060
7. **[M]** *[src/ESP_PanelVersions.h](../src/ESP_PanelVersions.h)*: Ensure that the version under `Library Version` should be ahead of the latest tag version in terms of the tag version; when changes occur to *[ESP_Panel_Board_Custom.h](../ESP_Panel_Board_Custom.h)*, *[ESP_Panel_Board_Supported.h](../ESP_Panel_Board_Supported.h)*, and *[ESP_Panel_Conf.h](../ESP_Panel_Conf.h)* in the root directory, ensure that the version number at the end of the corresponding file and at the beginging of *[src/ESP_PanelVersions.h](../src/ESP_PanelVersions.h)* should be ahead of the latest tag version in terms of the minor version.
61-
8. **[M]** *[CHANGELOG.md](../CHANGELOG.md)*: Update the changelog.
61+
8. **[M]** *[CHANGELOG.md](../CHANGELOG.md)*: Update the changelog.

docs/Board_Contribution_Guide_CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,4 @@ pip3 install pre-commit && pre-commit install
5858
5. **[M]** *[ESP_Panel_Board_Supported](../ESP_Panel_Board_Supported.h)**[library.properties](../library.properties)**[docs/Board_Instructions.md](../docs/Board_Instructions.md)**[README_CN.md](../README_CN.md)**[README.md](../README.md)*:更新上述文件中“已支持开发板”说明。
5959
6. **[M]** *[docs/Board_Instructions.md](../docs/Board_Instructions.md)*:更新新开发板的推荐配置。
6060
7. **[M]** *[src/ESP_PanelVersions.h](../src/ESP_PanelVersions.h)*:确保 `Library Version` 下的版本应小版本领先于最新 tag 版本。当根目录下的 *[ESP_Panel_Board_Custom.h](../ESP_Panel_Board_Custom.h)**[ESP_Panel_Board_Supported.h](../ESP_Panel_Board_Supported.h)**[ESP_Panel_Conf.h](../ESP_Panel_Conf.h)* 发生变化时,相应文件末尾和 *[src/ESP_PanelVersions.h](../src/ESP_PanelVersions.h)* 开头的版本号应中版本领先于最新 tag 版本。
61-
8. **[M]** *[CHANGELOG.md](../CHANGELOG.md)*:更新变更日志。
61+
8. **[M]** *[CHANGELOG.md](../CHANGELOG.md)*:更新变更日志。

0 commit comments

Comments
 (0)