add uv.lock
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user