diff --git a/.ruff.toml b/.ruff.toml index acc241bd4..5bf0a9fb5 100644 --- a/.ruff.toml +++ b/.ruff.toml @@ -1,6 +1,7 @@ exclude = [ "templates", "__init__.py", + "examples/custom_flow_script.py", ] [lint]