Skip to content

Commit

Permalink
chore: update depend versions
Browse files Browse the repository at this point in the history
Signed-off-by: GitHub <noreply@github.com>
  • Loading branch information
kenji-miyake committed Nov 27, 2022
1 parent ba80754 commit d308a9d
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .pre-commit-hooks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
require_serial: true
additional_dependencies:
[
flake8==4.0.1,
flake8==6.0.0,
flake8-blind-except==0.2.1,
flake8-builtins==1.5.3,
flake8-builtins==2.0.1,
flake8-class-newline==1.6.0,
flake8-comprehensions==3.10.0,
flake8-deprecated==1.3,
flake8-comprehensions==3.10.1,
flake8-deprecated==2.0.1,
flake8-docstrings==1.6.0,
flake8-import-order==0.18.1,
flake8-import-order==0.18.2,
flake8-quotes==3.3.1,
]

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

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

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

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

0 comments on commit d308a9d

Please sign in to comment.