Skip to content
Merged
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
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,21 +17,21 @@ repos:
- id: check-ast
- id: double-quote-string-fixer
- id: requirements-txt-fixer
rev: v5.0.0
rev: v6.0.0
- repo: https://github.com/codespell-project/codespell
hooks:
- id: codespell
args:
- --write-changes
rev: v2.3.0
rev: v2.4.1
- repo: https://github.com/adrienverge/yamllint
hooks:
- id: yamllint
args:
- --format
- parsable
- --strict
rev: v1.35.1
rev: v1.37.1
- repo: https://github.com/jumanjihouse/pre-commit-hook-yamlfmt
hooks:
- id: yamlfmt
Expand All @@ -50,15 +50,15 @@ repos:
- repo: https://github.com/hhatto/autopep8
hooks:
- id: autopep8
rev: v2.3.1
rev: v2.3.2
- repo: https://github.com/PyCQA/flake8
hooks:
- id: flake8
rev: 7.1.1
rev: 7.3.0
- repo: https://github.com/pre-commit/mirrors-clang-format
hooks:
- id: clang-format
rev: v19.1.6
rev: v21.1.8
- repo: https://github.com/tier4/pre-commit-hooks-ros
hooks:
- id: prettier-package-xml
Expand Down