Skip to content

Commit

Permalink
Use uv on regenerate_pycbf (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
ndevenish authored Feb 19, 2025
1 parent 3eea0f7 commit ac2cb33
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
1 change: 1 addition & 0 deletions newsfragments/26.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Use uv on regenerate script
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 ac2cb33

Please sign in to comment.