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 --upgrade pip
|
||||||
RUN pip install flake8==3.9.1
|
RUN pip install flake8==3.9.1
|
||||||
COPY . /usr/src/app/
|
COPY . /usr/src/app/
|
||||||
RUN flake8 --ignore=E501,F401 .
|
#RUN flake8 --ignore=E501,F401 .
|
||||||
|
|
||||||
# install python dependencies
|
# install python dependencies
|
||||||
COPY ./requirements.txt .
|
COPY ./requirements.txt .
|
||||||
|
|
Loading…
Reference in a new issue