disable linter
This commit is contained in:
parent
c0d9f3946c
commit
acec4060c4
|
@ -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 .
|
||||
|
|
Loading…
Reference in a new issue