From 0ef315e0a4889b0e4f7040b810243c0cf18b9a00 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 6 Oct 2024 23:14:55 +0900 Subject: [PATCH 1/2] build(deps): bump pre-commit autoupdate (#136) Co-authored-by: RyodoTanaka --- .pre-commit-config.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 36d87a6..0823f04 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,7 +3,7 @@ ci: repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 + rev: v5.0.0 hooks: - id: check-json - id: check-merge-conflict @@ -18,7 +18,7 @@ repos: args: [--markdown-linebreak-ext=md] - repo: https://github.com/igorshubovych/markdownlint-cli - rev: v0.41.0 + rev: v0.42.0 hooks: - id: markdownlint args: [-c, .markdownlint.yaml, --fix] @@ -72,7 +72,7 @@ repos: args: [--line-length=100] - repo: https://github.com/pre-commit/mirrors-clang-format - rev: v18.1.8 + rev: v19.1.1 hooks: - id: clang-format types_or: [c++, c, cuda] @@ -85,7 +85,7 @@ repos: exclude: .cu - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.29.2 + rev: 0.29.3 hooks: - id: check-metaschema files: ^.+/schema/.*schema\.json$ From cedcfee47a4b4553629f850174d26b771ef48ed3 Mon Sep 17 00:00:00 2001 From: Ryodo Tanaka Date: Sun, 6 Oct 2024 23:15:16 +0900 Subject: [PATCH 2/2] Update white list (#135) --- .cspell.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.cspell.json b/.cspell.json index c5f30ee..1919c74 100644 --- a/.cspell.json +++ b/.cspell.json @@ -59,11 +59,13 @@ "pointcloud", "RANSAC", "rclcpp", + "rclpy", "rosdep", "rosdistro", "rosidl", "SACMODEL", "schematypens", + "socketcan", "urdf", "vcstool", "velodyne",