Commit a98dc87
fix: add uv.lock to recognized lockfiles (#143)
Fixes #137
The LockFilesAssessor was missing uv.lock in its list of recognized
lockfiles. This caused repositories using uv (Python's modern dependency
manager) to incorrectly fail the lock files assessment.
Co-authored-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com>
Co-authored-by: Jeremy Eder <jeremyeder@users.noreply.github.com>1 parent ef47262 commit a98dc87
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| 43 | + | |
43 | 44 | | |
44 | 45 | | |
45 | 46 | | |
| |||
0 commit comments