python-dependency-injector/tests/typing
Leonardus Chen 13847c0ce6
Retrofit assert type for some type-stub checks (#943)
Retrofit assert type for:

- configuration.py
- container.py
- declarative_container.py
- delegate.py
- dependencies_container.py
- dependency.py
- dict.py
- dynamic_container.py
2026-01-31 15:34:10 +02:00
..
aggregate.py Retrofit assert_type for Aggregate and Callable (#935) 2025-11-15 11:00:23 +02:00
callable.py Retrofit assert_type for Aggregate and Callable (#935) 2025-11-15 11:00:23 +02:00
configuration.py Retrofit assert type for some type-stub checks (#943) 2026-01-31 15:34:10 +02:00
container.py Retrofit assert type for some type-stub checks (#943) 2026-01-31 15:34:10 +02:00
coroutine.py Retrofit assert type for some type-stub checks (#943) 2026-01-31 15:34:10 +02:00
declarative_container.py Retrofit assert type for some type-stub checks (#943) 2026-01-31 15:34:10 +02:00
delegate.py Retrofit assert type for some type-stub checks (#943) 2026-01-31 15:34:10 +02:00
dependencies_container.py Retrofit assert type for some type-stub checks (#943) 2026-01-31 15:34:10 +02:00
dependency.py Retrofit assert type for some type-stub checks (#943) 2026-01-31 15:34:10 +02:00
dict.py Retrofit assert type for some type-stub checks (#943) 2026-01-31 15:34:10 +02:00
dynamic_container.py Retrofit assert type for some type-stub checks (#943) 2026-01-31 15:34:10 +02:00
factory.py Make mypy --strict tests/typing passable 2025-05-30 19:31:44 +00:00
list.py Make mypy --strict tests/typing passable 2025-05-30 19:31:44 +00:00
object.py Make mypy --strict tests/typing passable 2025-05-30 19:31:44 +00:00
provider.py Make mypy --strict tests/typing passable 2025-05-30 19:31:44 +00:00
resource.py Fix providers.Resource missing overloads for AbstractContextManager and AbstractAsyncContextManager (#927) 2025-10-10 10:06:24 +03:00
selector.py Allow explicit typing on Selector using TypeVar with default Any (#932) 2025-10-24 15:37:08 +03:00
singleton.py Make mypy --strict tests/typing passable 2025-05-30 19:31:44 +00:00
wiring.py Fix typing for wiring marker 2025-05-30 19:28:49 +00:00