2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-15 03:25:42 +00:00

[dev] Devcontainer tweak (#9092)

* Remove blocking steps from devcontainer setup

* Ensure postCreateCommand.sh fails

* Mount postgres db to separate dir

- Avoid ownership issues of 'dev' dir

* Bump devcontainer docs
This commit is contained in:
Oliver
2025-02-18 12:24:49 +11:00
committed by GitHub
parent fe726afd17
commit 0404d5c137
5 changed files with 11 additions and 7 deletions

View File

@ -76,9 +76,10 @@ repos:
additional_dependencies: ["@biomejs/biome@1.9.4"]
files: ^src/frontend/.*\.(js|ts|tsx)$
- repo: https://github.com/gitleaks/gitleaks
rev: v8.23.1
rev: v8.23.2
hooks:
- id: gitleaks
language_version: 1.23.6
#- repo: https://github.com/jumanjihouse/pre-commit-hooks
# rev: 3.0.0
# hooks: