diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 0daa0bd..9b9ff62 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -36,7 +36,7 @@ "editor.formatOnSaveMode": "modifications", "editor.formatOnPaste": true, "editor.codeActionsOnSave": { - "source.organizeImports": true + "source.organizeImports": "always" } } } diff --git a/Dockerfile b/Dockerfile index 4218e51..abcfb93 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM ghcr.io/withlogicco/poetry:1.7.1-python-3.12 WORKDIR /usr/src/app -COPY pyproject.toml poetry.lock ./ +COPY pyproject.toml poetry.lock README.md ./ RUN poetry check && poetry lock --check RUN poetry install diff --git a/docs/source/index.rst b/docs/source/index.rst index 2586182..7298675 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -3,7 +3,7 @@ You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. -Welcome to ergani's documentation! +Ergani Python SDK ============================================= .. toctree::