Skip to content

Commit

Permalink
add check-executables-have-shebangs pre-commit hook
Browse files Browse the repository at this point in the history
  • Loading branch information
eriknw committed Nov 8, 2024
1 parent b0089ac commit 550d503
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ repos:
- id: check-toml
- id: check-yaml
exclude: '^conda/recipes/.*\.yaml$'
- id: check-executables-have-shebangs
- id: debug-statements
- id: end-of-file-fixer
exclude_types: [svg]
Expand Down

0 comments on commit 550d503

Please sign in to comment.