Skip to content

Commit 9d636cc

Browse files
github-actions[bot]mergify[bot]
authored andcommitted
Auto-update pre-commit hooks (#378)
(cherry picked from commit 22f055d)
1 parent eff5217 commit 9d636cc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ repos:
4949
args: [--py36-plus]
5050

5151
- repo: https://github.com/psf/black
52-
rev: 25.12.0
52+
rev: 26.1.0
5353
hooks:
5454
- id: black
5555
args: ["--line-length=100"]

test/test_ur_urdf_xacro.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ def test_ur_urdf_xacro(ur_type, description_file, prefix):
9292
get_package_share_directory(description_package), "urdf", description_file
9393
)
9494

95-
(_, tmp_urdf_output_file) = tempfile.mkstemp(suffix=".urdf")
95+
_, tmp_urdf_output_file = tempfile.mkstemp(suffix=".urdf")
9696

9797
# Compose `xacro` and `check_urdf` command
9898
xacro_command = (

0 commit comments

Comments
 (0)