2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-12 10:05:39 +00:00

enable autoformat

This commit is contained in:
Matthias Mair
2024-01-07 20:56:47 +01:00
parent 1f343606ec
commit cc66c93136

View File

@ -22,11 +22,11 @@ repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.1.11
hooks:
# - id: ruff-format
# args: [--preview]
- id: ruff-format
args: [--preview]
- id: ruff
args: [
#--fix,
--fix,
--preview
]
- repo: https://github.com/jazzband/pip-tools