We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c73dcac commit a07f267Copy full SHA for a07f267
justfile
@@ -19,9 +19,9 @@ _install-pre-commit:
19
#!powershell.exe
20
Write-Host "Please ensure pre-commit hooks are installed using 'pre-commit install --install-hooks'"
21
22
-install: (poetry "install") && _install-pre-commit
+install: (poetry "install" "-E" "fastapi") && _install-pre-commit
23
24
-update: (poetry "install")
+update: (poetry "install" "-E" "fastapi")
25
26
poetry *args:
27
poetry {{args}}
0 commit comments