Skip to content

Commit ef84d2e

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

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
@@ -95,7 +95,7 @@ def test_ur_urdf_xacro(ur_type, description_file, prefix):
9595
get_package_share_directory(description_package), "urdf", description_file
9696
)
9797

98-
(_, tmp_urdf_output_file) = tempfile.mkstemp(suffix=".urdf")
98+
_, tmp_urdf_output_file = tempfile.mkstemp(suffix=".urdf")
9999

100100
# Compose `xacro` and `check_urdf` command
101101
xacro_command = (

0 commit comments

Comments
 (0)