mealie-recipes / mealie

Mealie is a self hosted recipe manager and meal planner with a RestAPI backend and a reactive frontend application built in Vue for a pleasant user experience for the whole family. Easily add recipes into your database by providing the url and mealie will automatically import the relevant data or add a family recipe with the UI editor
https://docs.mealie.io
GNU Affero General Public License v3.0
5.59k stars 608 forks source link

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

Closed cclauss closed 3 days ago

cclauss commented 6 days ago

What type of PR is this?

(REQUIRED)

What this PR does / why we need it:

(REQUIRED)

% pre-commit autoupdate

You can update your hooks to the latest version automatically by running pre-commit autoupdate. By default, this will bring the hooks to the latest tag on the default branch.

The various pre-commit hooks made improvements to the other files in this pull request based on current linting and formatting standards. These changes make this repo's code look and perform like other projects with similar hooks.

These periodic updates could be automated by using https://pre-commit.ci

Which issue(s) this PR fixes:

(REQUIRED)

None.

Special notes for your reviewer:

(fill-in or delete this section)

Testing

(fill-in or delete this section)

% pre-commit run --all-files

boc-the-git commented 4 days ago

Can you provide more detail and context under the heading 'What this PR does / why we need it' please?

cclauss commented 4 days ago

Done.