mirror of
https://github.com/mealie-recipes/mealie.git
synced 2026-04-09 06:25:35 -04:00
chore: run Ruff with --fix in Pre-commit to auto-fix fixable errors (#7232)
This commit is contained in:
@@ -14,5 +14,8 @@ repos:
|
|||||||
# Ruff version.
|
# Ruff version.
|
||||||
rev: v0.15.5
|
rev: v0.15.5
|
||||||
hooks:
|
hooks:
|
||||||
- id: ruff
|
# Linter
|
||||||
|
- id: ruff-check
|
||||||
|
args: [ --fix ]
|
||||||
|
# Formatter
|
||||||
- id: ruff-format
|
- id: ruff-format
|
||||||
|
|||||||
Reference in New Issue
Block a user