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.
hatch
1 parent a55f416 commit ce8c7b4Copy full SHA for ce8c7b4
Makefile
@@ -4,7 +4,7 @@ clean:
4
rm -fr .venv clean htmlcov .mypy_cache .pytest_cache .ruff_cache .coverage coverage.xml
5
6
.venv/bin/python:
7
- pip install hatch
+ if ! command -v hatch &> /dev/null; then pip install hatch ; fi
8
hatch env create
9
10
dev: .venv/bin/python
0 commit comments