Work around 'choice' is not callable error in v6
All checks were successful
continuous-integration/drone Build is passing
All checks were successful
continuous-integration/drone Build is passing
This commit is contained in:
parent
342c6aec02
commit
a1cca0363f
@ -1,5 +1,5 @@
|
||||
FROM python:3-alpine
|
||||
RUN pip install flake8 flake8-typing-imports flake8-quotes
|
||||
RUN pip install flake8==5.0.4 flake8-typing-imports flake8-quotes
|
||||
ADD .flake8 /config/flake8.ini
|
||||
WORKDIR /apps
|
||||
ENTRYPOINT ["flake8", "--config", "/config/flake8.ini"]
|
||||
|
Loading…
Reference in New Issue
Block a user