Skip to content

Commit

Permalink
Precommit: ensure executable bit is set (#938)
Browse files Browse the repository at this point in the history
precommit ensure executable
  • Loading branch information
jnewb1 committed Sep 5, 2023
1 parent 33e8ce2 commit 5ebf73e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 5ebf73e

Please sign in to comment.