From 65856f5b12744e57761e3d881edbddb22865d08c Mon Sep 17 00:00:00 2001 From: Rohit Malhotra Date: Sun, 15 Mar 2026 13:53:21 -0400 Subject: [PATCH] add missing stub --- enterprise/dev_config/python/.pre-commit-config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/enterprise/dev_config/python/.pre-commit-config.yaml b/enterprise/dev_config/python/.pre-commit-config.yaml index 231832386d..1aa57149f0 100644 --- a/enterprise/dev_config/python/.pre-commit-config.yaml +++ b/enterprise/dev_config/python/.pre-commit-config.yaml @@ -50,6 +50,7 @@ repos: - ./ - stripe==11.5.0 - pygithub==2.6.1 + - sqlalchemy>=2.0 # Use -p (package) to avoid dual module name conflict when using MYPYPATH # MYPYPATH=enterprise allows resolving bare imports like "from integrations.xxx" # Note: tests package excluded to avoid conflict with core openhands tests