We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05533c1 commit 3dedd84Copy full SHA for 3dedd84
1 file changed
Makefile
@@ -1,4 +1,4 @@
1
-.PHONY: clean setup format lint build tests tests-manual tests-slow tests-all docs
+.PHONY: clean setup update format lint build tests tests-manual tests-slow tests-all docs
2
3
clean:
4
find . -name '*.pyc' -exec rm -f {} +
@@ -16,6 +16,9 @@ setup:
16
-poetry env remove --all
17
poetry install
18
19
+update:
20
+ poetry update
21
+
22
format:
23
poetry run ruff format .
24
0 commit comments