chore: mypy, ruff, extract, openapi, and recipes-scraper updates (#1968)

* bump ruff and mypy

* mypy fixes

* bump and fix openapi

* drop debug statement

* bump extruct

* bump recipes-scrapers
This commit is contained in:
Hayden
2023-01-01 14:47:27 -08:00
committed by GitHub
parent e329e1cd15
commit 4d5550ad85
27 changed files with 173 additions and 135 deletions

View File

@@ -14,7 +14,7 @@ class BackupSchemaMismatch(Exception):
class BackupV2(BaseService):
def __init__(self, db_url: str = None) -> None:
def __init__(self, db_url: str | None = None) -> None:
super().__init__()
# type - one of these has to be a string