Skip to content

Commit

Permalink
Merge pull request #22 from humanoid-path-planner/pre-commit-ci-updat…
Browse files Browse the repository at this point in the history
…e-config

[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
nim65s authored Sep 2, 2024
2 parents 5c2f9c1 + 02c0ae4 commit ebca046
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ci:
autoupdate_branch: devel
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.5.5
rev: v0.6.3
hooks:
- id: ruff
args:
Expand Down
3 changes: 2 additions & 1 deletion scripts/romeo.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
import random

from hpp_ros import PathPlayer, ScenePublisher

from hpp import Quaternion # noqa: F401
from hpp.corbaserver import ProblemSolver
from hpp.corbaserver.romeo import Robot
from hpp.corbaserver.wholebody_step.client import Client as WholebodyStepClient
from hpp_ros import PathPlayer, ScenePublisher

robot = Robot("romeo")
robot.setJointBounds("base_joint_x", [-4, 3])
Expand Down

0 comments on commit ebca046

Please sign in to comment.