2
0
mirror of https://github.com/inventree/InvenTree.git synced 2026-02-19 13:18:03 +00:00

Tweak docs for database migration (#11327)

This commit is contained in:
Oliver
2026-02-15 10:28:29 +11:00
committed by GitHub
parent 723a4be24a
commit 867f5a6cd5
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"]