Skip to content

Commit

Permalink
Merge branch 'feat/driver/add-can-driver' of github.com:Fool-Stuck/wh…
Browse files Browse the repository at this point in the history
…eel_stuck_ws into feat/driver/add-can-driver
  • Loading branch information
RyodoTanaka committed Oct 6, 2024
2 parents 1fcf14e + d2ca0be commit 12c8021
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,13 @@
"pointcloud",
"RANSAC",
"rclcpp",
"rclpy",
"rosdep",
"rosdistro",
"rosidl",
"SACMODEL",
"schematypens",
"socketcan",
"urdf",
"vcstool",
"velodyne",
Expand Down
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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]
Expand Down Expand Up @@ -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]
Expand All @@ -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$
Expand Down

0 comments on commit 12c8021

Please sign in to comment.