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 Jan 15, 2024
1 parent bc06fc7 commit 44e7bac
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .pre-commit-hooks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
require_serial: true
additional_dependencies:
[
flake8==6.0.0,
flake8==7.0.0,
flake8-blind-except==0.2.1,
flake8-builtins==2.1.0,
flake8-builtins==2.2.0,
flake8-class-newline==1.6.0,
flake8-comprehensions==3.12.0,
flake8-deprecated==2.0.1,
flake8-comprehensions==3.14.0,
flake8-deprecated==2.2.1,
flake8-docstrings==1.7.0,
flake8-import-order==0.18.2,
flake8-quotes==3.3.2,
Expand All @@ -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: [prettier@2.8.7, "@prettier/plugin-xml@2.2.0"]
additional_dependencies: [prettier@3.2.2, "@prettier/plugin-xml@3.2.2"]

- 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: [prettier@2.8.7, "@prettier/plugin-xml@2.2.0"]
additional_dependencies: [prettier@3.2.2, "@prettier/plugin-xml@3.2.2"]

- 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: [prettier@2.8.7, "@prettier/plugin-xml@2.2.0"]
additional_dependencies: [prettier@3.2.2, "@prettier/plugin-xml@3.2.2"]

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

0 comments on commit 44e7bac

Please sign in to comment.