mirror of
https://github.com/esphome/esphome.git
synced 2025-06-19 06:45:49 +01:00
Bundle platformio lib_deps in docker images (#1625)
This commit is contained in:
@ -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:
|
||||
|
Reference in New Issue
Block a user