Skip to content

Commit

Permalink
chore: update depend versions
Browse files Browse the repository at this point in the history
Signed-off-by: GitHub <[email protected]>
  • Loading branch information
kenji-miyake authored Apr 24, 2023
1 parent bc06fc7 commit a958547
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-hooks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,23 +25,23 @@
entry: prettier --write --list-different --ignore-unknown --print-width 200 --xml-self-closing-space false --xml-whitespace-sensitivity ignore
language: node
files: .xacro$
additional_dependencies: [[email protected].7, "@prettier/[email protected]"]
additional_dependencies: [[email protected].8, "@prettier/[email protected]"]

- id: prettier-launch-xml
name: prettier launch.xml
description: Apply Prettier with plugin-xml to launch.xml.
entry: prettier --write --list-different --ignore-unknown --print-width 200 --xml-self-closing-space false --xml-whitespace-sensitivity ignore
language: node
files: launch.xml$
additional_dependencies: [[email protected].7, "@prettier/[email protected]"]
additional_dependencies: [[email protected].8, "@prettier/[email protected]"]

- id: prettier-package-xml
name: prettier package.xml
description: Apply Prettier with plugin-xml to package.xml.
entry: prettier --write --list-different --ignore-unknown --print-width 1000 --xml-self-closing-space false --xml-whitespace-sensitivity ignore
language: node
files: package.xml$
additional_dependencies: [[email protected].7, "@prettier/[email protected]"]
additional_dependencies: [[email protected].8, "@prettier/[email protected]"]

- id: ros-include-guard
name: fix include guard
Expand Down

0 comments on commit a958547

Please sign in to comment.