From 37e26ff2c9f1e6ac0f8c00556da906807fdc355a Mon Sep 17 00:00:00 2001 From: Lev Vereshchagin Date: Tue, 14 Dec 2021 15:53:31 +0300 Subject: [PATCH] Update pre-commit config --- .pre-commit-config.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 29f89a33..46d7226c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,6 +2,8 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: v4.0.1 hooks: + - id: check-executables-have-shebangs + - id: check-shebang-scripts-are-executable - id: trailing-whitespace - id: end-of-file-fixer