Change-Id: Ic5caffe7fb7082869753947c943c8c49f0ecfc56
hooks:
- id: flake8
additional_dependencies:
- - flake8-import-order
+ - flake8-import-order!=0.19.0
- flake8-import-single==0.1.5
- flake8-builtins
- flake8-future-annotations>=0.0.5
visiting_cte: Optional[CTE] = None,
**kw: Any,
) -> str:
- compile_state = update_stmt._compile_state_factory( # type: ignore[call-arg] # noqa: E501
- update_stmt, self, **kw # type: ignore[arg-type]
+ compile_state = update_stmt._compile_state_factory(
+ update_stmt, self, **kw
)
if TYPE_CHECKING:
assert isinstance(compile_state, UpdateDMLState)
deps=
flake8==7.2.0
- flake8-import-order
+ flake8-import-order!=0.19.0
flake8-builtins
flake8-future-annotations>=0.0.5
flake8-docstrings>=1.6.0