2
0
mirror of https://github.com/inventree/InvenTree.git synced 2026-01-10 21:28:01 +00:00

Bump tooling (#11096)

* Matmair/issue10740 (#497)

* reduce noise in docker

* refactor path infos

* add more info during local frontend build

* add frontend info during release build

* Revert "Matmair/issue10740 (#497)" (#498)

This reverts commit 415c52813b.

* bum pre-commit and update to new formatting rule

* fix style
This commit is contained in:
Matthias Mair
2026-01-08 00:01:23 +01:00
committed by GitHub
parent 5448e1138f
commit 2457197446
13 changed files with 45 additions and 26 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.14.8
rev: v0.14.10
hooks:
- id: ruff-format
args: [--preview]
@@ -29,7 +29,7 @@ repos:
--preview
]
- repo: https://github.com/astral-sh/uv-pre-commit
rev: 0.9.16
rev: 0.9.22
hooks:
- id: pip-compile
name: pip-compile requirements-dev.in
@@ -71,7 +71,7 @@ repos:
src/frontend/vite.config.ts |
)$
- repo: https://github.com/biomejs/pre-commit
rev: v2.3.8
rev: v2.3.10
hooks:
- id: biome-check
additional_dependencies: ["@biomejs/biome@1.9.4"]