mirror of
https://github.com/home-assistant/core.git
synced 2026-04-28 04:33:49 +01:00
Add check executables have shebangs (in pre-commit and CI) (#33703)
* Add check executables have shebangs (in pre-commit and CI) * Fix file permissions * Adjust Azure Pipelines
This commit is contained in:
@@ -45,6 +45,7 @@ repos:
|
||||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||
rev: v2.4.0
|
||||
hooks:
|
||||
- id: check-executables-have-shebangs
|
||||
- id: check-json
|
||||
- id: no-commit-to-branch
|
||||
args:
|
||||
|
||||
Reference in New Issue
Block a user