Skip to content

Commit

Permalink
Adds pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
ludeeus committed Jul 19, 2019
1 parent 4701c3c commit f2a65e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RUN apt-get update \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*

RUN python -m pip install --upgrade colorlog black
RUN python -m pip install --upgrade colorlog black pylint
RUN python -m pip install --upgrade git+git://github.com/home-assistant/home-assistant.git@dev
RUN cd && mkdir -p /config/custom_components

Expand Down

0 comments on commit f2a65e7

Please sign in to comment.