fix: pre-commit autoupdate && pre-commit run --all-files (#3780)

This commit is contained in:
Christian Clauss 2024-06-26 12:41:46 +02:00 committed by GitHub
parent 5e0f8a4bf7
commit e2033b2d67
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
82 changed files with 94 additions and 98 deletions

View File

@ -1,6 +1,6 @@
repos: repos:
- repo: https://github.com/pre-commit/pre-commit-hooks - repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.3.0 rev: v4.6.0
hooks: hooks:
- id: check-yaml - id: check-yaml
exclude: "mkdocs.yml" exclude: "mkdocs.yml"
@ -12,6 +12,6 @@ repos:
exclude: ^tests/data/ exclude: ^tests/data/
- repo: https://github.com/astral-sh/ruff-pre-commit - repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version. # Ruff version.
rev: v0.4.3 rev: v0.4.10
hooks: hooks:
- id: ruff-format - id: ruff-format

View File

@ -17,4 +17,3 @@ Alternatively, you can register a new parser by fulfilling the `ABCIngredientPar
## Links ## Links
- [Pretrained Model](https://github.com/mealie-recipes/mealie-nlp-model) - [Pretrained Model](https://github.com/mealie-recipes/mealie-nlp-model)
- [CRF++ (Forked)](https://github.com/hay-kot/crfpp) - [CRF++ (Forked)](https://github.com/hay-kot/crfpp)

View File

@ -93,4 +93,3 @@ mealie_url="http://localhost:9000"
token = authentication(mail, password, mealie_url) token = authentication(mail, password, mealie_url)
import_from_file(input_file, token, mealie_url) import_from_file(input_file, token, mealie_url)
``` ```

View File

@ -53,4 +53,3 @@ export default defineComponent({
}, },
}); });
</script> </script>

View File

@ -32,4 +32,3 @@ The Page folder is dedicated to 'single-use' component to break up large amounts
- These are *last resort* components. Only to be used when the page becomes unmanageable. - These are *last resort* components. Only to be used when the page becomes unmanageable.
- Page components should be prefixed with their page name - Page components should be prefixed with their page name
- Examples: HomeAbout, HomeContact, ClientProfile - Examples: HomeAbout, HomeContact, ClientProfile