We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae87cfa commit 588dc38Copy full SHA for 588dc38
1 file changed
devel/activate-aliases.sh
@@ -1,5 +1,13 @@
1
#!/bin/bash
2
3
+# For testing:
4
alias upytest="uv run --frozen pytest"
5
+
6
+# For executing the project's script:
7
alias docbuild="uv run --frozen docbuild"
8
9
+# For managing changelog and news files:
10
alias towncrier="uv run --frozen towncrier"
11
12
+# For creating docs:
13
+alias makedocs="uv run --frozen make -C docs html"
0 commit comments