mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-13 10:35:40 +00:00
disable autofix/format
This commit is contained in:
@ -22,10 +22,13 @@ repos:
|
|||||||
- repo: https://github.com/astral-sh/ruff-pre-commit
|
- repo: https://github.com/astral-sh/ruff-pre-commit
|
||||||
rev: v0.1.11
|
rev: v0.1.11
|
||||||
hooks:
|
hooks:
|
||||||
- id: ruff-format
|
# - id: ruff-format
|
||||||
args: [--preview]
|
# args: [--preview]
|
||||||
- id: ruff
|
- id: ruff
|
||||||
args: [--fix, --preview]
|
args: [
|
||||||
|
#--fix,
|
||||||
|
--preview
|
||||||
|
]
|
||||||
- repo: https://github.com/jazzband/pip-tools
|
- repo: https://github.com/jazzband/pip-tools
|
||||||
rev: 7.3.0
|
rev: 7.3.0
|
||||||
hooks:
|
hooks:
|
||||||
|
Reference in New Issue
Block a user