Precommit: ensure executable bit is set (#530)

precommit ensure executable
This commit is contained in:
Justin Newberry
2023-09-05 15:35:01 -07:00
committed by GitHub
parent 4291784b4d
commit d469732b3b

View File

@@ -4,6 +4,8 @@ repos:
hooks:
- id: check-ast
- id: check-yaml
- id: check-executables-have-shebangs
- id: check-shebang-scripts-are-executable
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.5.1
hooks: