mirror of
https://github.com/esphome/esphome.git
synced 2026-02-18 15:35:59 -07:00
Don't activate venv in devcontainer (#8128)
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user