Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a438753 commit ab4db40Copy full SHA for ab4db40
1 file changed
Makefile
@@ -130,7 +130,7 @@ KITBIN = .tox/$(KITVER)/bin
130
$(KITBIN):
131
tox -q -e $(KITVER) --notest
132
133
-PIP_COMPILE = uv pip compile -q --universal ${COMPILE_OPTS}
+PIP_COMPILE = uv pip compile -q --universal --generate-hashes ${COMPILE_OPTS}
134
135
# Limit to packages that were released more than 10 days ago.
136
# https://blog.yossarian.net/2025/11/21/We-should-all-be-using-dependency-cooldowns
0 commit comments