add uv.lock

This commit is contained in:
Mark Eaton
2025-08-15 03:21:02 -04:00
parent 2962303491
commit 84ef077058
2 changed files with 101 additions and 1 deletions
+1 -1
View File
@@ -91,7 +91,7 @@ if total_bytes == 0:
pairs = sorted(totals.items(), key=lambda x: x[1], reverse=True)
lines = [
"## 📊 Language Usage\n",
"## 📊 Languages\n",
]
for lang, nbytes in pairs:
pct = nbytes * 100 / total_bytes