Skip to content

Commit 8219cd2

Browse files
committed
Make tools.py executable
So we can run it without prefixing it with `uv run`. Signed-off-by: Gaëtan Lehmann <gaetan.lehmann@vates.tech>
1 parent 0d28978 commit 8219cd2

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

scripts/tools.py

100644100755
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#!/usr/bin/env python3
2+
13
"""Just a wrapper to run cli tools package.
24
"""
35
import sys

0 commit comments

Comments
 (0)