From 4c5e87a5c3ce031117da961ee47f645ab85518f0 Mon Sep 17 00:00:00 2001 From: Josh Whitley Date: Fri, 15 May 2026 12:16:48 -0600 Subject: [PATCH] Update main With Changes from example_ws --- .gitattributes | 4 ++++ .pre-commit-config.yaml | 16 ++++++++-------- 2 files changed, 12 insertions(+), 8 deletions(-) diff --git a/.gitattributes b/.gitattributes index a17717cc6..c66085013 100644 --- a/.gitattributes +++ b/.gitattributes @@ -10,3 +10,7 @@ *.ply filter=lfs diff=lfs merge=lfs -text *.3ds filter=lfs diff=lfs merge=lfs -text *.blend filter=lfs diff=lfs merge=lfs -text +*.gtlf filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.jpg filter=lfs diff=lfs merge=lfs -text +*.jpeg filter=lfs diff=lfs merge=lfs -text diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 579519466..954131d01 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -15,7 +15,7 @@ exclude: ^src/external_dependencies/ repos: # Standard hooks - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v3.4.0 + rev: v6.0.0 hooks: - id: check-ast - id: check-case-conflict @@ -31,12 +31,12 @@ repos: - id: fix-byte-order-marker - repo: https://github.com/psf/black - rev: 22.3.0 + rev: 25.9.0 hooks: - id: black - repo: https://github.com/codespell-project/codespell - rev: v2.0.0 + rev: v2.4.1 hooks: - id: codespell args: ["--write-changes", "-L", "atleast,inout,ether"] # Provide a comma-separated list of misspelled words that codespell should ignore (for example: '-L', 'word1,word2,word3'). @@ -51,7 +51,7 @@ repos: args: ["-fallback-style=none"] - repo: https://github.com/adrienverge/yamllint - rev: v1.27.1 + rev: v1.37.1 hooks: - id: yamllint args: @@ -64,22 +64,22 @@ repos: files: \.(yml|yaml)$ - repo: https://github.com/tcort/markdown-link-check - rev: v3.10.3 + rev: v3.14.1 hooks: - id: markdown-link-check # NOTE: Broken on arm64. Will need to bump once https://github.com/hadolint/hadolint/issues/840 is fixed. - repo: https://github.com/hadolint/hadolint - rev: v2.11.0 + rev: v2.14.0 hooks: - id: hadolint name: "Lint Dockerfiles" language: docker_image types: ["dockerfile"] - entry: hadolint/hadolint:2.11.0 hadolint + entry: hadolint/hadolint:v2.14.0 hadolint - repo: https://github.com/pre-commit/mirrors-prettier - rev: "v3.1.0" + rev: "v4.0.0-alpha.8" hooks: # Use Prettier to lint XML files because, well.. its rules are prettier than most linters, as the name implies. # Also we use it in the UI, so it's familiar.