Update pre-commit versions

This commit is contained in:
Robert Haschke 2025-08-07 12:36:40 +02:00
parent 580dac9151
commit c6521551a4
2 changed files with 1 additions and 3 deletions

View File

@ -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

View File

@ -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"]