mirror of
https://github.com/esphome/esphome.git
synced 2025-09-02 11:22:24 +01:00
Bump ruff from 0.9.2 to 0.11.0 (#8409)
This commit is contained in:
@@ -9,8 +9,8 @@ import sys
|
||||
def find_and_activate_virtualenv():
|
||||
if (
|
||||
("VIRTUAL_ENV" in os.environ)
|
||||
or os.environ.get("DEVCONTAINER", False)
|
||||
or os.environ.get("ESPHOME_NO_VENV", False)
|
||||
or os.environ.get("DEVCONTAINER")
|
||||
or os.environ.get("ESPHOME_NO_VENV")
|
||||
):
|
||||
return
|
||||
|
||||
|
Reference in New Issue
Block a user