Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update depend versions #100

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions .pre-commit-hooks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@
require_serial: true
additional_dependencies:
[
flake8==6.1.0,
flake8==7.1.1,
flake8-blind-except==0.2.1,
flake8-builtins==2.1.0,
flake8-builtins==2.5.0,
flake8-class-newline==1.6.0,
flake8-comprehensions==3.12.0,
flake8-deprecated==2.0.1,
flake8-comprehensions==3.16.0,
flake8-deprecated==2.2.1,
flake8-docstrings==1.7.0,
flake8-import-order==0.18.2,
flake8-quotes==3.3.2,
flake8-quotes==3.4.0,
]

- id: prettier-xacro
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.4.2, "@prettier/plugin-xml@3.4.1"]

- 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.4.2, "@prettier/plugin-xml@3.4.1"]

- 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.4.2, "@prettier/plugin-xml@3.4.1"]

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