Skip to content

Commit 26e735a

Browse files
author
Anis Da Silva Campos
committed
fixup! rework dev dependencies management
1 parent fa7834b commit 26e735a

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

.DS_Store

-6 KB
Binary file not shown.

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ requirements/dev.txt: .venv requirements/dev.in pyproject.toml
1919
requirements/dev.in pyproject.toml
2020

2121
# upgrades the dependencies to their latest/matching version
22+
.PHONY: upgrade
2223
upgrade: .venv
2324
pip-compile \
2425
--quiet --generate-hashes --max-rounds=20 --strip-extras \

0 commit comments

Comments
 (0)