generated from oracle/template-repo
-
Couldn't load subscription status.
- Fork 30
Closed
Description
How to reproduce the issue
# Assume you have setup Macaron development environment
pre-commit run --all-files
...
src/macaron/database/views.py:147:59: error: Argument "callable_" to "execute_if" of "ExecutableDDLElement" has incompatible type "Callable[[BaseDDLElement, SchemaItem, Connection | None, list[Table] | None, Any | None, KwArg(Any)], bool]"; expected "DDLIfCallable | None" [arg-type]
src/macaron/database/views.py:151:90: error: Argument "callable_" to "execute_if" of "ExecutableDDLElement" has incompatible type "Callable[[BaseDDLElement, SchemaItem, Connection | None, list[Table] | None, Any | None, KwArg(Any)], bool]"; expected "DDLIfCallable | None" [arg-type]
...
I am running it on the latest commit of staging - 8efe9b8
Metadata
Metadata
Assignees
Labels
No labels