2
0
mirror of https://github.com/inventree/InvenTree.git synced 2026-03-10 22:24:16 +00:00

Tweak docs for database migration (#11327) (#11328)

(cherry picked from commit 867f5a6cd5)

Co-authored-by: Oliver <oliver.henry.walters@gmail.com>
This commit is contained in:
github-actions[bot]
2026-02-15 10:50:34 +11:00
committed by GitHub
parent ccb4ea248b
commit eceaa68c32
2 changed files with 7 additions and 7 deletions

View File

@@ -18,7 +18,7 @@ repos:
exclude: mkdocs.yml
- id: mixed-line-ending
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.15.0
rev: v0.15.1
hooks:
- id: ruff-format
args: [--preview]
@@ -79,7 +79,7 @@ repos:
src/frontend/vite.config.ts |
)$
- repo: https://github.com/biomejs/pre-commit
rev: v2.3.14
rev: v2.3.15
hooks:
- id: biome-check
additional_dependencies: ["@biomejs/biome@1.9.4"]