From bf94913b92cc8d3913e5a148b9428801706cebe2 Mon Sep 17 00:00:00 2001 From: Lucas Cimon <925560+Lucas-C@users.noreply.github.com> Date: Thu, 3 Aug 2023 21:35:05 +0200 Subject: [PATCH] Fix .pre-commit-config.yaml --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 .pre-commit-config.yaml diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml old mode 100644 new mode 100755 index 6f00273..bf4d45e --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -23,7 +23,7 @@ repos: exclude: tests/resources/main.*_with_license.cpp - id: remove-tabs exclude: tests/resources/main.*_with_license.cpp - - id: pre_commit_chmod + - id: chmod args: ['644'] exclude: (\.md$|^tests/resources/.*shebang) - repo: https://github.com/pre-commit/pre-commit-hooks