1
0
mirror of https://github.com/esphome/esphome.git synced 2025-06-19 06:45:49 +01:00

Bundle platformio lib_deps in docker images ()

This commit is contained in:
Otto Winter
2021-03-20 18:43:31 +01:00
committed by GitHub
parent 60b2d57dc3
commit 5eeb110d74
12 changed files with 61 additions and 88 deletions

@ -217,7 +217,7 @@ def lint_ext_check(fname):
)
@lint_file_check(exclude=["docker/rootfs/*", "script/*", "setup.py"])
@lint_file_check(exclude=["docker/rootfs/*", "docker/*.py", "script/*", "setup.py"])
def lint_executable_bit(fname):
ex = EXECUTABLE_BIT[fname]
if ex != 100644: