Skip to content

Commit

Permalink
Use uv on regenerate_pycbf
Browse files Browse the repository at this point in the history
  • Loading branch information
ndevenish committed Jan 20, 2025
1 parent 3eea0f7 commit 7a281e8
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions regenerate_pycbf.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
#!/usr/bin/env python3

#!/usr/bin/env -S uv run -q
# /// script
# requires-python = ">=3.11"
# dependencies = [
# "toml",
# ]
# ///
import logging
import os
import re
Expand Down

0 comments on commit 7a281e8

Please sign in to comment.