diff --git a/.github/workflows/format.yaml b/.github/workflows/format.yaml index 25af1a96..33d3a8a6 100644 --- a/.github/workflows/format.yaml +++ b/.github/workflows/format.yaml @@ -19,8 +19,6 @@ jobs: - name: Install clang-format-14 run: sudo apt-get install clang-format-14 - uses: rhaschke/install-catkin_lint-action@main - with: - distro: noetic - uses: pre-commit/action@v3.0.1 id: precommit - name: Upload pre-commit changes diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 51a427d3..55effc06 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -29,7 +29,7 @@ repos: - id: trailing-whitespace - repo: https://github.com/psf/black - rev: 24.10.0 + rev: 25.1.0 hooks: - id: black args: ["--line-length", "100"]