Skip to content

Commit 3dedd84

Browse files
committed
Add 'update' Makefile target
1 parent 05533c1 commit 3dedd84

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Makefile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.PHONY: clean setup format lint build tests tests-manual tests-slow tests-all docs
1+
.PHONY: clean setup update format lint build tests tests-manual tests-slow tests-all docs
22

33
clean:
44
find . -name '*.pyc' -exec rm -f {} +
@@ -16,6 +16,9 @@ setup:
1616
-poetry env remove --all
1717
poetry install
1818

19+
update:
20+
poetry update
21+
1922
format:
2023
poetry run ruff format .
2124

0 commit comments

Comments
 (0)