Skip to content

Commit

Permalink
Add check-shebang-scripts-are-executable pre-commit hook
Browse files Browse the repository at this point in the history
  • Loading branch information
KSmanis committed May 16, 2021
1 parent c23d9ca commit 4a72dce
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,14 @@ repos:
- id: check-useless-excludes
# Generic
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.0.0
rev: v4.0.1
hooks:
- id: check-shebang-scripts-are-executable
- id: end-of-file-fixer
- id: trailing-whitespace
# JSON
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.0.0
rev: v4.0.1
hooks:
- id: check-json
- id: pretty-format-json
Expand Down

0 comments on commit 4a72dce

Please sign in to comment.