Skip to content

Commit f06092e

Browse files
authored
Auto-update pre-commit hooks (backport #1260) (#1261)
1 parent ac2aabe commit f06092e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ repos:
3939
args: [--py36-plus]
4040

4141
- repo: https://github.com/psf/black
42-
rev: 24.10.0
42+
rev: 25.1.0
4343
hooks:
4444
- id: black
4545
args: ["--line-length=100"]
@@ -135,7 +135,7 @@ repos:
135135
# Spellcheck in comments and docs
136136
# skipping of *.svg files is not working...
137137
- repo: https://github.com/codespell-project/codespell
138-
rev: v2.4.0
138+
rev: v2.4.1
139139
hooks:
140140
- id: codespell
141141
args: ['--write-changes', '-L bootup,assertIn']

ur_robot_driver/test/integration_test_controller_switch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
@pytest.mark.launch_test
5353
@launch_testing.parametrize(
5454
"tf_prefix",
55-
[("")],
55+
[""],
5656
# [(""), ("my_ur_")],
5757
)
5858
def generate_test_description(tf_prefix):

0 commit comments

Comments
 (0)