Skip to content

Commit

Permalink
feat: upgrade Poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
lsorber committed Aug 24, 2023
1 parent 3234dfa commit d8d661b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,13 +81,6 @@ repos:
name: poetry check
entry: poetry check
language: system
files: pyproject.toml
pass_filenames: false
- id: poetry-lock-check
name: poetry lock check
entry: poetry lock
args: [--check]
language: system
pass_filenames: false
- id: mypy
name: mypy
Expand Down
2 changes: 1 addition & 1 deletion {{ cookiecutter.__package_name_kebab_case }}/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ENV PYTHONUNBUFFERED 1
{%- endif %}

# Install Poetry.
ENV POETRY_VERSION 1.4.2
ENV POETRY_VERSION 1.6.1
RUN --mount=type=cache,target=/root/.cache/pip/ \
pip install poetry~=$POETRY_VERSION

Expand Down

0 comments on commit d8d661b

Please sign in to comment.