Skip to content

Commit

Permalink
Improve dev containers and docs title (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
parisk authored Feb 20, 2024
2 parents 666ea27 + 091c816 commit fb67e29
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"editor.formatOnSaveMode": "modifications",
"editor.formatOnPaste": true,
"editor.codeActionsOnSave": {
"source.organizeImports": true
"source.organizeImports": "always"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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::
Expand Down

0 comments on commit fb67e29

Please sign in to comment.