Make pre-commit-hook happy

This commit is contained in:
Jonas Kamsker 2025-12-17 18:09:51 +01:00
parent ba6c4f6956
commit 4031ed6b29
2 changed files with 0 additions and 2 deletions

View File

@ -18,4 +18,3 @@ ELASTIC_PASSWORD=verysecret
TZ=America/New_York
DJANGO_DEBUG=True

View File

@ -18,4 +18,3 @@ COPY backend/requirements.txt backend/requirements.txt
COPY requirements-dev.txt requirements-dev.txt
RUN pip install --no-cache-dir -r requirements-dev.txt