Skip to content

Commit

Permalink
pre-commit autoupdate && pre-commit run --all-files
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss committed Jun 23, 2024
1 parent 8d6dc1c commit cd3e701
Show file tree
Hide file tree
Showing 98 changed files with 95 additions and 1,050 deletions.
2 changes: 1 addition & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ venv
*/node_modules
*/dist
*/data/db
*/mealie/test
*/mealie/test
*/mealie/.temp

model.crfmodel
Expand Down
2 changes: 1 addition & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
*.css linguist-detectable=false
*.html linguist-detectable=false
*.html linguist-detectable=false
2 changes: 1 addition & 1 deletion .github/DISCUSSION_TEMPLATE/oauth-provider-example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<!--
This template provides some ideas of things to include in your PR description.
To start, try providing a short summary of your changes in the Title above. We follow Conventional Commits syntax, please ensure your title is prefixed with one of:
- `feat: `
- `fix: `
- `docs: `
- `chore: `
If a section of the PR template does not apply to this PR, then delete that section.
PLEASE READ:
Expand Down
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.3.0
rev: v4.6.0
hooks:
- id: check-yaml
exclude: "mkdocs.yml"
Expand All @@ -12,6 +12,6 @@ repos:
exclude: ^tests/data/
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.4.3
rev: v0.4.10
hooks:
- id: ruff-format
2 changes: 1 addition & 1 deletion alembic/README
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Generic single-database configuration.
Generic single-database configuration.
2 changes: 1 addition & 1 deletion dev/code-generation/templates/test_data.py.j2
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ CWD = Path(__file__).parent

{% for f in data.children %}
{{ f.var }} = CWD / "{{ f.path }}"
{% endfor %}
{% endfor %}
6 changes: 3 additions & 3 deletions dev/data/templates/recipes.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
{{ recipe.description }}

## Ingredients
{% for ingredient in recipe.recipeIngredient %}
{% for ingredient in recipe.recipeIngredient %}
- [ ] {{ ingredient }} {% endfor %}

## Instructions
{% for step in recipe.recipeInstructions %}
{% for step in recipe.recipeInstructions %}
- [ ] {{ step.text }} {% endfor %}

{% for note in recipe.notes %}
Expand All @@ -21,4 +21,4 @@

Tags: {{ recipe.tags }}
Categories: {{ recipe.categories }}
Original URL: {{ recipe.orgURL }}
Original URL: {{ recipe.orgURL }}
2 changes: 1 addition & 1 deletion docs/docs/assets/other/n8n/n8n-mealie-backup.json
Original file line number Diff line number Diff line change
Expand Up @@ -383,4 +383,4 @@
},
"id": "whloxeXkdBWWi2Uj",
"tags": []
}
}
2 changes: 1 addition & 1 deletion docs/docs/assets/svg/open-in-new.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
88 changes: 0 additions & 88 deletions docs/docs/changelog/v0.1.0.md

This file was deleted.

72 changes: 0 additions & 72 deletions docs/docs/changelog/v0.2.0.md

This file was deleted.

29 changes: 0 additions & 29 deletions docs/docs/changelog/v0.3.0.md

This file was deleted.

86 changes: 0 additions & 86 deletions docs/docs/changelog/v0.4.0.md

This file was deleted.

Loading

0 comments on commit cd3e701

Please sign in to comment.