mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-07-24 15:49:42 +02:00
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:
parent
e329e1cd15
commit
4d5550ad85
27 changed files with 173 additions and 135 deletions
|
@ -1,8 +1,8 @@
|
|||
from openapi_spec_validator import validate_v3_spec
|
||||
from openapi_spec_validator import openapi_v30_spec_validator, validate_spec
|
||||
|
||||
from mealie.app import app
|
||||
|
||||
|
||||
def test_validate_open_api_spec():
|
||||
open_api = app.openapi()
|
||||
validate_v3_spec(open_api)
|
||||
validate_spec(open_api, validator=openapi_v30_spec_validator)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue