Pipfile
pipenv shell
You can define custom scripts in your Pipfile to streamline development tasks. [scripts] test = "pytest" lint = "flake8 ." Use code with caution. Pipfile
A typical Pipfile contains these top-level tables: pipenv shell You can define custom scripts in
:
The lock file is machine-generated. Any manual edits will be overwritten the next time you run pipenv lock . Pipfile
[11†L18-L21]