Precommit: ensure executable bit is set (#938)

precommit ensure executable
This commit is contained in:
Justin Newberry 2023-09-05 15:34:38 -07:00 committed by GitHub
parent 33e8ce22ee
commit 5ebf73ebed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,8 @@ repos:
- id: check-yaml
- id: check-merge-conflict
- id: check-symlinks
- id: check-executables-have-shebangs
- id: check-shebang-scripts-are-executable
- repo: https://github.com/codespell-project/codespell
rev: v2.2.5
hooks: