disable linter

This commit is contained in:
Daniel afx 2022-02-04 15:28:56 +02:00
parent c0d9f3946c
commit acec4060c4

View file

@ -20,7 +20,7 @@ RUN apt-get update && \
RUN pip install --upgrade pip
RUN pip install flake8==3.9.1
COPY . /usr/src/app/
RUN flake8 --ignore=E501,F401 .
#RUN flake8 --ignore=E501,F401 .
# install python dependencies
COPY ./requirements.txt .