Skip to content

Commit c5c2fcb

Browse files
committed
include hashes in requirements.txt
Signed-off-by: Humair Khan <HumairAK@users.noreply.github.com>
1 parent 95b1745 commit c5c2fcb

File tree

3 files changed

+390
-50
lines changed

3 files changed

+390
-50
lines changed

.github/workflows/pre_commit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
5656
- name: Compile requirements.txt
5757
run: |
58-
uv pip compile pyproject.toml > requirements.txt
58+
uv pip compile pyproject.toml --generate-hashes > requirements.txt
5959
6060
- name: Validate requirements.txt
6161
run: |

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,5 +214,5 @@ To collaborate on this repository, please follow these steps:
214214
When updating python package dependencies in `pyproject.toml`, regenerate [requirements.txt](requirements.txt):
215215

216216
```
217-
uv pip compile pyproject.toml > requirements.txt
217+
uv pip compile pyproject.toml --generate-hashes > requirements.txt
218218
```

0 commit comments

Comments
 (0)