Fix linter issues

This commit is contained in:
vasilije 2025-01-05 20:01:30 +01:00
parent 74e4b901bb
commit 1a10a563e2

View file

@ -25,7 +25,7 @@ RUN pip install poetry
RUN poetry config virtualenvs.create false
# Install the dependencies
RUN poetry install --all-extras --no-root --no-dev
RUN poetry install --all-extras --no-root --without dev
# Set the PYTHONPATH environment variable to include the /app directory