Skip to content

Commit 2f39495

Browse files
committed
Testing cross-platform pre-commit hook shebang line
1 parent f8ab20f commit 2f39495

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

hooks/pre-commit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/python3
1+
#!/usr/bin/env python3
22
# -*- coding: utf-8 -*-
33
"""Pre-commit hook to run tests via Tox or UV before allowing a commit."""
44

0 commit comments

Comments
 (0)