mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-05-24 01:12:54 -04:00
fix: pre-commit autoupdate && pre-commit run --all-files (#3780)
This commit is contained in:
parent
5e0f8a4bf7
commit
e2033b2d67
@ -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
|
||||||
|
@ -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)
|
||||||
|
|
||||||
|
@ -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)
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -53,4 +53,3 @@ export default defineComponent({
|
|||||||
},
|
},
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user