Skip to content

Commit

Permalink
Avoid generating hashes
Browse files Browse the repository at this point in the history
  • Loading branch information
max-muoto committed Dec 27, 2024
1 parent 3579c06 commit d7ef3df
Show file tree
Hide file tree
Showing 2 changed files with 73 additions and 588 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ sync: ## Sync the virtual environment
.PHONY: lock
lock: ## Lock the dependencies
uv lock
uv export > docs/requirements.txt --no-editable
uv export > docs/requirements.txt --no-editable --no-hashes


.PHONY: lint
Expand Down
Loading

0 comments on commit d7ef3df

Please sign in to comment.