mirror of
https://github.com/mealie-recipes/mealie.git
synced 2026-04-05 12:35: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.
|
||||
rev: v0.15.5
|
||||
hooks:
|
||||
- id: ruff
|
||||
# Linter
|
||||
- id: ruff-check
|
||||
args: [ --fix ]
|
||||
# Formatter
|
||||
- id: ruff-format
|
||||
|
||||
Reference in New Issue
Block a user