mirror of
https://github.com/moveit/moveit_task_constructor.git
synced 2025-09-27 00:29:13 +08:00
Update pre-commit versions
This commit is contained in:
parent
580dac9151
commit
c6521551a4
2
.github/workflows/format.yaml
vendored
2
.github/workflows/format.yaml
vendored
@ -19,8 +19,6 @@ jobs:
|
|||||||
- name: Install clang-format-14
|
- name: Install clang-format-14
|
||||||
run: sudo apt-get install clang-format-14
|
run: sudo apt-get install clang-format-14
|
||||||
- uses: rhaschke/install-catkin_lint-action@main
|
- uses: rhaschke/install-catkin_lint-action@main
|
||||||
with:
|
|
||||||
distro: noetic
|
|
||||||
- uses: pre-commit/action@v3.0.1
|
- uses: pre-commit/action@v3.0.1
|
||||||
id: precommit
|
id: precommit
|
||||||
- name: Upload pre-commit changes
|
- name: Upload pre-commit changes
|
||||||
|
@ -29,7 +29,7 @@ repos:
|
|||||||
- id: trailing-whitespace
|
- id: trailing-whitespace
|
||||||
|
|
||||||
- repo: https://github.com/psf/black
|
- repo: https://github.com/psf/black
|
||||||
rev: 24.10.0
|
rev: 25.1.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: black
|
- id: black
|
||||||
args: ["--line-length", "100"]
|
args: ["--line-length", "100"]
|
||||||
|
Loading…
Reference in New Issue
Block a user