diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 579519466..1ced304e4 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,13 +64,13 @@ 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"
@@ -79,7 +79,7 @@ repos:
entry: hadolint/hadolint:2.11.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.
diff --git a/src/factory_sim/objectives/drop_bracket_part_on_jig_subtree.xml b/src/factory_sim/objectives/drop_bracket_part_on_jig_subtree.xml
index 67b492515..9534ac19b 100644
--- a/src/factory_sim/objectives/drop_bracket_part_on_jig_subtree.xml
+++ b/src/factory_sim/objectives/drop_bracket_part_on_jig_subtree.xml
@@ -40,7 +40,7 @@
timeout="-1.000000"
/>
-
+