mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
disable autofix/format
This commit is contained in:
parent
aff5f27148
commit
9d845bee98
@ -22,10 +22,13 @@ 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, --preview]
|
||||
args: [
|
||||
#--fix,
|
||||
--preview
|
||||
]
|
||||
- repo: https://github.com/jazzband/pip-tools
|
||||
rev: 7.3.0
|
||||
hooks:
|
||||
|
Loading…
Reference in New Issue
Block a user