From c5cd97d84fe2fbbfc26fa64e175bf4b35ee0e5d9 Mon Sep 17 00:00:00 2001 From: Ivan Grokhotkov Date: Wed, 27 Sep 2023 16:35:26 +0200 Subject: [PATCH] fix(precommit): correct typo in astyle-format.yml file name --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 92b6ac7e07..a1964a9c97 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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']