From 178bf0d5fed1fe9ff6e58127ded862abec67026a Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Sun, 23 Jun 2024 15:20:55 +0200 Subject: [PATCH] pre-commit autoupdate && pre-commit run --all-files --- .dockerignore | 2 +- .gitattributes | 2 +- .github/DISCUSSION_TEMPLATE/oauth-provider-example.yaml | 2 +- .github/pull_request_template.md | 4 ++-- .pre-commit-config.yaml | 4 ++-- alembic/README | 2 +- dev/code-generation/templates/test_data.py.j2 | 2 +- dev/data/templates/recipes.md | 6 +++--- docs/docs/assets/other/n8n/n8n-mealie-backup.json | 2 +- docs/docs/assets/svg/open-in-new.svg | 2 +- docs/docs/contributors/guides/ingredient-parser.md | 9 ++++----- docs/docs/contributors/non-coders.md | 6 +++--- .../documentation/community-guide/bulk-url-import.md | 1 - frontend/.prettierrc | 2 +- frontend/components/Domain/User/UserProfileLinkCard.vue | 1 - frontend/components/README.md | 9 ++++----- frontend/components/global/DevDumpJson.vue | 2 +- .../recipe-page/use-extract-ingredient-references.ts | 2 +- frontend/lang/dateTimeFormats/af-ZA.json | 2 +- frontend/lang/dateTimeFormats/ar-SA.json | 2 +- frontend/lang/dateTimeFormats/bg-BG.json | 2 +- frontend/lang/dateTimeFormats/ca-ES.json | 2 +- frontend/lang/dateTimeFormats/cs-CZ.json | 2 +- frontend/lang/dateTimeFormats/el-GR.json | 2 +- frontend/lang/dateTimeFormats/en-GB.json | 2 +- frontend/lang/dateTimeFormats/es-ES.json | 2 +- frontend/lang/dateTimeFormats/fi-FI.json | 2 +- frontend/lang/dateTimeFormats/fr-CA.json | 2 +- frontend/lang/dateTimeFormats/fr-FR.json | 2 +- frontend/lang/dateTimeFormats/he-IL.json | 2 +- frontend/lang/dateTimeFormats/hu-HU.json | 2 +- frontend/lang/dateTimeFormats/ja-JP.json | 2 +- frontend/lang/dateTimeFormats/ko-KR.json | 2 +- frontend/lang/dateTimeFormats/nl-NL.json | 2 +- frontend/lang/dateTimeFormats/no-NO.json | 2 +- frontend/lang/dateTimeFormats/pl-PL.json | 2 +- frontend/lang/dateTimeFormats/pt-BR.json | 2 +- frontend/lang/dateTimeFormats/pt-PT.json | 2 +- frontend/lang/dateTimeFormats/ro-RO.json | 2 +- frontend/lang/dateTimeFormats/ru-RU.json | 2 +- frontend/lang/dateTimeFormats/sk-SK.json | 2 +- frontend/lang/dateTimeFormats/sr-SP.json | 2 +- frontend/lang/dateTimeFormats/sv-SE.json | 2 +- frontend/lang/dateTimeFormats/tr-TR.json | 2 +- frontend/lang/dateTimeFormats/vi-VN.json | 2 +- frontend/lang/dateTimeFormats/zh-CN.json | 2 +- frontend/lang/dateTimeFormats/zh-TW.json | 2 +- frontend/pages/g/_groupSlug/cookbooks/index.vue | 2 +- frontend/static/discord.svg | 2 +- frontend/static/pushover.svg | 2 +- frontend/static/svgs/admin-site-settings.svg | 2 +- frontend/static/svgs/data-reports.svg | 2 +- frontend/static/svgs/manage-api-tokens.svg | 2 +- frontend/static/svgs/manage-cookbooks.svg | 2 +- frontend/static/svgs/manage-data-migrations.svg | 2 +- frontend/static/svgs/manage-group-settings.svg | 2 +- frontend/static/svgs/manage-members.svg | 2 +- frontend/static/svgs/manage-notifiers.svg | 2 +- frontend/static/svgs/manage-profile.svg | 2 +- frontend/static/svgs/manage-recipes.svg | 2 +- frontend/static/svgs/manage-tasks.svg | 2 +- frontend/static/svgs/manage-webhooks.svg | 2 +- frontend/static/svgs/mdiCalendarMultiselect.svg | 2 +- frontend/static/svgs/mdiFormatListChecks.svg | 2 +- frontend/static/svgs/recipes-create.svg | 2 +- frontend/static/svgs/shopping-cart.svg | 2 +- mealie/assets/templates/recipes.md | 6 +++--- tests/data/html/detroit-style-pepperoni-pizza.html | 2 +- tests/data/html/healthy-pasta-bake-60759.html | 2 +- tests/data/html/sous-vide-smoked-beef-ribs.html | 2 +- tests/data/json/best-homemade-salsa-recipe.json | 2 +- ...turkey-meatballs-with-raspberry-balsamic-glaze-2.json | 2 +- tests/data/json/bon-appetit.json | 2 +- tests/data/json/chunky-apple-cake.json | 2 +- tests/data/json/dairy-free-impossible-pumpkin-pie.json | 2 +- tests/data/json/how-to-make-instant-pot-spaghetti.json | 2 +- tests/data/json/instant-pot-chicken-and-potatoes.json | 2 +- tests/data/json/instant-pot-kerala-vegetable-stew.json | 2 +- tests/data/json/jalapeno-popper-dip.json | 2 +- tests/data/json/microwave-sweet-potatoes-04783.json | 2 +- ...oroccan-skirt-steak-with-roasted-pepper-couscous.json | 2 +- .../pizza-knoblauch-champignon-paprika-vegan-html.json | 2 +- 82 files changed, 94 insertions(+), 98 deletions(-) diff --git a/.dockerignore b/.dockerignore index 344712196d1..49ef682572a 100644 --- a/.dockerignore +++ b/.dockerignore @@ -26,7 +26,7 @@ venv */node_modules */dist */data/db -*/mealie/test +*/mealie/test */mealie/.temp model.crfmodel diff --git a/.gitattributes b/.gitattributes index 5639ab15033..731afcdda9c 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,2 @@ *.css linguist-detectable=false -*.html linguist-detectable=false \ No newline at end of file +*.html linguist-detectable=false diff --git a/.github/DISCUSSION_TEMPLATE/oauth-provider-example.yaml b/.github/DISCUSSION_TEMPLATE/oauth-provider-example.yaml index dc1dd2a285a..ebf8f5e2e83 100644 --- a/.github/DISCUSSION_TEMPLATE/oauth-provider-example.yaml +++ b/.github/DISCUSSION_TEMPLATE/oauth-provider-example.yaml @@ -5,5 +5,5 @@ body: attributes: label: Configuration Example description: Add your example configuration. You can provide code blocks, screenshots, and links. - validations: + validations: required: true diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 8c7d3ded523..a084737b690 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,12 +1,12 @@