Skip to content

Commit

Permalink
let execute code owners in venv without installing esphome
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomasz Duda committed Oct 1, 2024
1 parent f4c7b12 commit 30a4e8a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions script/build_codeowners.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
from collections import defaultdict
from pathlib import Path
import sys
import os

sys.path.append(os.path.join(os.path.dirname(__file__), '..'))

from esphome.config import get_component, get_platform
from esphome.const import KEY_CORE, KEY_TARGET_FRAMEWORK
Expand Down

0 comments on commit 30a4e8a

Please sign in to comment.