mirror of
https://github.com/inventree/InvenTree.git
synced 2025-08-01 17:41:33 +00:00
Add additional test fields (#6149)
* Add new fields for the test results: - Test start timestamp - Test finish timestamp - Test station name * Add is_retest field to the stock_stockitemtestresult items * Remove unnecessary print from migration * Fix test result start/finished date rendering on UI * Remove is_retest field * Rerun pre-commit run --all-files to fix formatting * Fix migrations * Bump API version * Fix API version again
This commit is contained in:
@@ -16,7 +16,7 @@ repos:
|
||||
- id: check-yaml
|
||||
- id: mixed-line-ending
|
||||
- repo: https://github.com/astral-sh/ruff-pre-commit
|
||||
rev: v0.3.0
|
||||
rev: v0.3.3
|
||||
hooks:
|
||||
- id: ruff-format
|
||||
args: [--preview]
|
||||
@@ -60,7 +60,7 @@ repos:
|
||||
- "prettier@^2.4.1"
|
||||
- "@trivago/prettier-plugin-sort-imports"
|
||||
- repo: https://github.com/pre-commit/mirrors-eslint
|
||||
rev: "v9.0.0-beta.1"
|
||||
rev: "v9.0.0-beta.2"
|
||||
hooks:
|
||||
- id: eslint
|
||||
additional_dependencies:
|
||||
|
Reference in New Issue
Block a user