Skip to content

Commit

Permalink
[SEDONA-542] Add pre-commit hook check-executables-have-shebangs (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
jbampton committed Apr 25, 2024
1 parent 618c4e6 commit ce62a85
Show file tree
Hide file tree
Showing 11 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ repos:
- id: check-builtin-literals
- id: check-case-conflict
# - id: check-docstring-first
# - id: check-executables-have-shebangs
- id: check-executables-have-shebangs
# - id: check-json
- id: check-merge-conflict
- id: check-shebang-scripts-are-executable
Expand Down
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
2 changes: 2 additions & 0 deletions python/build_wheel.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/bin/bash

# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
Expand Down
Empty file.
Empty file.
Empty file.

0 comments on commit ce62a85

Please sign in to comment.