Skip to content

Commit 7154948

Browse files
[pre-commit.ci] pre-commit autoupdate (#591)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/astral-sh/ruff-pre-commit: v0.4.7 → v0.4.8](astral-sh/ruff-pre-commit@v0.4.7...v0.4.8) - [github.com/pre-commit/mirrors-clang-format: v18.1.5 → v18.1.6](pre-commit/mirrors-clang-format@v18.1.5...v18.1.6) * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent f508ee7 commit 7154948

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@ ci:
22
autoupdate_branch: devel
33
repos:
44
- repo: https://github.com/astral-sh/ruff-pre-commit
5-
rev: v0.4.7
5+
rev: v0.4.8
66
hooks:
77
- id: ruff
88
args:
99
- --fix
1010
- --exit-non-zero-on-fix
1111
- id: ruff-format
1212
- repo: https://github.com/pre-commit/mirrors-clang-format
13-
rev: v18.1.5
13+
rev: v18.1.6
1414
hooks:
1515
- id: clang-format
1616
args:

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ One can observe that GJK-based approaches largely outperform solutions based on
5858

5959
## Open-source projects relying on Pinocchio
6060

61-
- [Pinocchio](https://github.com/stack-of-tasks/pinocchio) A fast and flexible implementation of Rigid Body Dynamics algorithms and their analytical derivatives.
61+
- [Pinocchio](https://github.com/stack-of-tasks/pinocchio) A fast and flexible implementation of Rigid Body Dynamics algorithms and their analytical derivatives.
6262
- [IfcOpenShell](https://github.com/IfcOpenShell/IfcOpenShell) Open source IFC library and geometry engine.
6363
- [Crocoddyl](https://github.com/loco-3d/crocoddyl) A software to realize model predictive control for complex robotics platforms.
6464
- [TSID](https://github.com/stack-of-tasks/tsid/) A software that implements a Task Space Inverse Dynamics QP.

0 commit comments

Comments
 (0)