feat: bumped version to 0.1.9

- updates dependencies
- prefer type inference with function return
- fix typos / minor improvements
- ignore all ``*.env` files
- bumped package version to 0.1.9
This commit is contained in:
Jovial Joe Jayarson
2023-03-25 10:01:56 +05:30
parent 60fe3b9f48
commit 60fa45f3f0
8 changed files with 345 additions and 231 deletions

View File

@@ -11,7 +11,7 @@ ENV PYTHONFAULTHANDLER=1 \
PIP_DISABLE_PIP_VERSION_CHECK=on \
PIP_DEFAULT_TIMEOUT=100 \
# poetry:
# POETRY_VERSION=1.1.14 \
# POETRY_VERSION= \
POETRY_NO_INTERACTION=1 \
POETRY_CACHE_DIR=/var/cache/pypoetry \
PATH=${PATH}:/root/.local/bin