Merge branch 'bugfix/astyle-config-path' into 'master'

fix(precommit): correct typo in astyle-format.yml file name

See merge request espressif/esp-idf!26270
This commit is contained in:
Ivan Grokhotkov 2023-09-28 08:32:00 +08:00
commit 180d455528

View File

@ -207,4 +207,4 @@ repos:
hooks:
- id: astyle_py
# If you are modifying astyle version, update tools/format.sh as well
args: ['--astyle-version=3.4.7', '--rules=tools/ci/astyle_rules.yml']
args: ['--astyle-version=3.4.7', '--rules=tools/ci/astyle-rules.yml']