mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-03 10:03:32 +08:00
A new shade of Black (#11362)
This commit is contained in:
@@ -37,9 +37,11 @@ class Config: # should inherit from alembic.config.Config which is not possible
|
||||
stdout: SupportsWrite[str] = sys.stdout,
|
||||
cmd_opts: Namespace | None = None,
|
||||
config_args: SupportsKeysAndGetItem[str, _AlembicConfigValue] | Iterable[tuple[str, _AlembicConfigValue]] = ...,
|
||||
attributes: SupportsKeysAndGetItem[_AlembicConfigValue, _AlembicConfigValue]
|
||||
| Iterable[tuple[_AlembicConfigValue, _AlembicConfigValue]]
|
||||
| None = None,
|
||||
attributes: (
|
||||
SupportsKeysAndGetItem[_AlembicConfigValue, _AlembicConfigValue]
|
||||
| Iterable[tuple[_AlembicConfigValue, _AlembicConfigValue]]
|
||||
| None
|
||||
) = None,
|
||||
*,
|
||||
template_directory: str | None = None,
|
||||
) -> None: ...
|
||||
|
||||
Reference in New Issue
Block a user