feat(data-extraction): MongoWrapper, DataClasses and services for News and Company data

This commit is contained in:
TrisNol
2023-07-10 18:58:31 +02:00
parent 4c65d37816
commit 4c95550dbf
17 changed files with 384 additions and 135 deletions

View File

@ -100,6 +100,9 @@ target-version = "py311"
# Avoid trying to fix flake8-bugbear (`B`) violations.
unfixable = ["B"]
[tool.ruff.flake8-builtins]
builtins-ignorelist = ["id"]
[tool.ruff.per-file-ignores]
"tests/*.py" = ["S101"]