Просмотр исходного кода

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

Ivan Grokhotkov 2 лет назад
Родитель
Сommit
c5cd97d84f
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      .pre-commit-config.yaml

+ 1 - 1
.pre-commit-config.yaml

@@ -207,4 +207,4 @@ repos:
     hooks:
     hooks:
       - id: astyle_py
       - id: astyle_py
         # If you are modifying astyle version, update tools/format.sh as well
         # 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']