ahriman/tests
Evgeniy Alekseev 82322f7a6c mask mypy warning
The newest mypy produces the following warning:

src/ahriman/application/handlers/search.py:43: error: Non-overlapping identity check (left operand type: "Union[_DefaultFactory[Any], Literal[_MISSING_TYPE.MISSING]]", right operand type: "Type[List[Any]]")  [comparison-overlap]

which is more likely caused by updated dataclass models to protoocol (however decorators are still calllable). This commit masks problematic line from checking
2023-02-09 22:46:08 +02:00
..
ahriman mask mypy warning 2023-02-09 22:46:08 +02:00
testresources handle architecture specific fields for dependencies 2023-01-31 14:34:09 +02:00