streamd/test
Konstantin Fickel 49cd9bcfa0
fix: resolve all basedpyright warnings
- Use collections.abc.Generator/Iterable instead of deprecated typing imports
- Replace Optional with union syntax (X | None)
- Add explicit type annotations to eliminate reportUnknownVariableType
- Use typing.cast for untyped mistletoe attributes (content, level, line_number)
- Replace mutable default arguments with None defaults (reportCallInDefaultInitializer)
- Add ClassVar annotation for model_config (reportIncompatibleVariableOverride)
- Add @override decorator for settings_customise_sources (reportImplicitOverride)
- Annotate class attributes in Tag (reportUnannotatedClassAttribute)
- Add parameter type annotations in test (reportMissingParameterType)
- Assign unused call result to _ (reportUnusedCallResult)
2026-02-15 17:33:21 +01:00
..
localize fix: resolve all basedpyright warnings 2026-02-15 17:33:21 +01:00
parse feat: base task command on position instead of tags 2026-02-01 10:01:13 +01:00
query test: implement tests for find 2026-02-01 10:01:27 +01:00
timesheet fix: resolve all basedpyright warnings 2026-02-15 17:33:21 +01:00
test_localize.py feat: add overwrite configuration 2026-02-01 12:09:38 +01:00