diff --git a/.devcontainer/devcontainer-lock.json b/.devcontainer/devcontainer-lock.json index eed8d49..71abfcf 100644 --- a/.devcontainer/devcontainer-lock.json +++ b/.devcontainer/devcontainer-lock.json @@ -9,16 +9,6 @@ "version": "2.14.0", "resolved": "ghcr.io/devcontainers/features/docker-in-docker@sha256:445e84b0c213225bfdae977a72b4125f65e38eadcd49616dae04f1af24aa122d", "integrity": "sha256:445e84b0c213225bfdae977a72b4125f65e38eadcd49616dae04f1af24aa122d" - }, - "ghcr.io/devcontainers/features/git-lfs:1": { - "version": "1.2.5", - "resolved": "ghcr.io/devcontainers/features/git-lfs@sha256:71c2b371cf12ab7fcec47cf17369c6f59156100dad9abf9e4c593049d789de72", - "integrity": "sha256:71c2b371cf12ab7fcec47cf17369c6f59156100dad9abf9e4c593049d789de72" - }, - "ghcr.io/devcontainers/features/git:1": { - "version": "1.3.4", - "resolved": "ghcr.io/devcontainers/features/git@sha256:f24645e64ad39a596131a50ec96f7d5cf7a2a87544cce772dd4b7182a233e98a", - "integrity": "sha256:f24645e64ad39a596131a50ec96f7d5cf7a2a87544cce772dd4b7182a233e98a" } } } \ No newline at end of file diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index d936c65..a9d4f72 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,10 +1,6 @@ { "image": "mcr.microsoft.com/devcontainers/javascript-node:4-24", "features": { - "ghcr.io/devcontainers/features/git:1": {}, - "ghcr.io/devcontainers/features/git-lfs:1": { - "autoPull": "false" // do not automatically pull LFS files when creating the container - }, "ghcr.io/devcontainers/features/docker-in-docker:": { "moby": "false" // does not work with Debian Trixie based images }, diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b7d181f..f68ade3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -23,6 +23,8 @@ repos: - id: trailing-whitespace - id: check-shebang-scripts-are-executable - id: check-executables-have-shebangs + - id: check-added-large-files + args: [--maxkb=50, --enforce-all] # increase or add git lfs if too strict - repo: https://github.com/jumanjihouse/pre-commit-hook-yamlfmt rev: 8d1b9cadaf854cb25bb0b0f5870e1cc66a083d6b # 0.2.3