mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-11-02 10:49:30 +00:00
* test pydantic dataclasses * Add latest docstring and tutorial changes * enable pydantic mypy plugin * switch to pydentic dataclasses and implement custom to_json from_json * clean up Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
4 lines
78 B
INI
4 lines
78 B
INI
# Global options:
|
|
[mypy]
|
|
ignore_missing_imports = True
|
|
plugins = pydantic.mypy |