Merge branch 'feat/added_pwsh_checker' into 'master'

feat: Added pre-commit hook of PowerShell scrip checker

Closes IDF-8301

See merge request espressif/esp-idf!30593
This commit is contained in:
Roland Dobai
2024-06-25 17:18:27 +08:00
7 changed files with 45 additions and 17 deletions
@@ -3,13 +3,6 @@ Install Pre-commit Hook for ESP-IDF Project
:link_to_translation:`zh_CN:[中文]`
Required Dependency
-------------------
Python 3.8.* or above. This is our recommended Python version for ESP-IDF developers.
If you still have Python versions not compatible, update your Python versions before installing the pre-commit hook.
Install ``pre-commit``
----------------------
@@ -3,12 +3,6 @@
:link_to_translation:`en:[English]`
环境依赖
---------------
我们向 IDF 开发人员推荐 Python 3.8.* 及以上版本。
如果你已安装了不兼容的 Python 版本,应在安装 pre-commit 工具前进行更新。
安装 ``pre-commit`` 工具
---------------------------