From 86066c4e62be06190771811410b77422da3fc553 Mon Sep 17 00:00:00 2001 From: "tier4-autoware-public-bot[bot]" <98652886+tier4-autoware-public-bot[bot]@users.noreply.github.com> Date: Wed, 14 Feb 2024 17:27:05 +0900 Subject: [PATCH 1/4] feat(words): add routable (#654) * feat(words): add routable Signed-off-by: GitHub * ci(pre-commit): autofix --------- Signed-off-by: GitHub Co-authored-by: h-ohta Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --- .cspell.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.cspell.json b/.cspell.json index 110b4353..fd6dea13 100644 --- a/.cspell.json +++ b/.cspell.json @@ -1484,6 +1484,7 @@ "rosviz", "roswww", "rosybrown", + "routable", "routesections", "royalblue", "rrt", From 8bd5aa8204ee9dd52481fb5e85aa08d48d8766f8 Mon Sep 17 00:00:00 2001 From: "tier4-autoware-public-bot[bot]" <98652886+tier4-autoware-public-bot[bot]@users.noreply.github.com> Date: Wed, 14 Feb 2024 17:43:22 +0900 Subject: [PATCH 2/4] feat(words): add quantizer (#655) * feat(words): add quantizer Signed-off-by: GitHub * ci(pre-commit): autofix --------- Signed-off-by: GitHub Co-authored-by: h-ohta Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --- .cspell.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.cspell.json b/.cspell.json index fd6dea13..98bceb95 100644 --- a/.cspell.json +++ b/.cspell.json @@ -1383,6 +1383,7 @@ "qtquick", "qttools", "quantile", + "quantizer", "Quaterniond", "Quaternionf", "Quickstart", From 7b93f24235524708211775fdf9ca929dc0762ca2 Mon Sep 17 00:00:00 2001 From: Kotaro Yoshimoto Date: Thu, 15 Feb 2024 09:03:31 +0900 Subject: [PATCH 3/4] feat(words): ignore imageio and mimsave from python files (#656) * ignore imageio and mimsave from python files * fix * Update .cspell.json * ci(pre-commit): autofix --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --- .cspell.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.cspell.json b/.cspell.json index 98bceb95..10138788 100644 --- a/.cspell.json +++ b/.cspell.json @@ -90,8 +90,10 @@ "filename": "**/*.py", "ignoreRegExpList": [ "author(_email)?=.*$", + "imageio", "linewidth", - "maintainer(_email)?=.*$" + "maintainer(_email)?=.*$", + "mimsave" ] }, { From d31a562ceeaa809f6433c571c7f489369d190441 Mon Sep 17 00:00:00 2001 From: "tier4-autoware-public-bot[bot]" <98652886+tier4-autoware-public-bot[bot]@users.noreply.github.com> Date: Thu, 15 Feb 2024 10:09:33 +0900 Subject: [PATCH 4/4] feat(words): add pignistic (#657) * feat(words): add pignistic Signed-off-by: GitHub * ci(pre-commit): autofix --------- Signed-off-by: GitHub Co-authored-by: h-ohta Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --- .cspell.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.cspell.json b/.cspell.json index 10138788..bf1ac510 100644 --- a/.cspell.json +++ b/.cspell.json @@ -1280,6 +1280,7 @@ "Philipp", "Phison", "pidof", + "pignistic", "pilotauto", "pinv", "pipefail",