diff --git a/pyproject.toml b/pyproject.toml index 1df1086..7023ccd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,11 +40,6 @@ venv = ".venv" typeCheckingMode = "standard" reportImplicitOverride = true -# examples should be run from their own directory -executionEnvironments = [ - { root = "examples/" } -] - [tool.ruff] line-length = 100