Skip to content

Commit

Permalink
poetry: update to 2.0.1 (#515)
Browse files Browse the repository at this point in the history
* poetry: update to 2.0.1

* make prometheus non optional

* ci: change extra dev flag
  • Loading branch information
laggron42 authored Jan 21, 2025
1 parent 9d43dfa commit f6b558e
Show file tree
Hide file tree
Showing 4 changed files with 233 additions and 110 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Check poetry dependenciess
run: poetry check
- name: Install dependencies
run: poetry install --with=dev --no-interaction
run: poetry install --extras dev --no-interaction
- name: Run black
run: poetry run black --check --diff $(git ls-files "*.py")
- name: Run pre-commit checks
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ENV PYTHONFAULTHANDLER=1 \
PIP_DISABLE_PIP_VERSION_CHECK=on \
PIP_DEFAULT_TIMEOUT=100

RUN pip install poetry==1.7.1
RUN pip install poetry==2.0.1

WORKDIR /code
COPY poetry.lock pyproject.toml /code/
Expand Down
Loading

0 comments on commit f6b558e

Please sign in to comment.