1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-30 22:53:59 +00:00

Don't activate venv in devcontainer (#8128)

This commit is contained in:
Stefan Rado
2025-02-10 05:12:46 +01:00
committed by GitHub
parent fd24b1423c
commit 0d13e2040d
2 changed files with 23 additions and 15 deletions

View File

@@ -45,6 +45,6 @@ repos:
hooks:
- id: pylint
name: pylint
entry: python script/run-in-env pylint
entry: python3 script/run-in-env.py pylint
language: system
types: [python]