feat: prettify errors

This commit is contained in:
cătălin 2023-04-06 17:30:21 +02:00
commit af8b9b7c52
Signed by: catalin
GPG key ID: 686088EF78EE4083
12 changed files with 692 additions and 179 deletions

View file

@ -66,6 +66,10 @@ linting = [
"mypy>=1.1.1",
"types-PyYAML>=6.0.12.9",
]
docs = [
"mkdocs-material>=9.1.5",
"mkdocstrings[python]>=0.20.0",
]
[tool.pytest]
mock_use_standalone_module = true