Skip to content

Commit 3accd7f

Browse files
authored
Update pre-commit the same as on the main branch (#1232)
* Update pre-commit the same as on the main branch * Fix typo in changelog
1 parent 588aa30 commit 3accd7f

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,13 @@ repos:
4545
args: ["--line-length=100"]
4646

4747
- repo: https://github.com/pycqa/pydocstyle
48-
rev: 6.1.1
48+
rev: 6.3.0
4949
hooks:
5050
- id: pydocstyle
5151
args: ["--ignore=D100,D101,D102,D103,D104,D105,D106,D107,D203,D212,D401,D404"]
5252

5353
- repo: https://github.com/pycqa/flake8
54-
rev: 3.9.0
54+
rev: 7.1.1
5555
hooks:
5656
- id: flake8
5757
args: ["--ignore=E501,W503"]
@@ -126,7 +126,7 @@ repos:
126126
args: ['--max-line-length=100', '--ignore=D001']
127127

128128
- repo: https://github.com/pre-commit/pygrep-hooks
129-
rev: v1.8.0
129+
rev: v1.10.0
130130
hooks:
131131
- id: rst-backticks
132132
- id: rst-directive-colons
@@ -135,8 +135,8 @@ 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.0.0
138+
rev: v2.3.0
139139
hooks:
140140
- id: codespell
141-
args: ['--write-changes']
141+
args: ['--write-changes', '-L bootup,assertIn']
142142
exclude: \.(svg|pyc|drawio)$

ur_bringup/CHANGELOG.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ Changelog for package ur_bringup
8888
* Update MoveIt file for working with simulation. (`#278 <https://github.com/UniversalRobots/Universal_Robots_ROS2_Driver/issues/278>`_)
8989
* Start the tool communication script if the flag is set (`#267 <https://github.com/UniversalRobots/Universal_Robots_ROS2_Driver/issues/267>`_)
9090
* Used ``spawner`` instead of ``spanwer.py`` in launch files (`#293 <https://github.com/UniversalRobots/Universal_Robots_ROS2_Driver/issues/293>`_)
91-
* Do not start dashboard client if FakeHardware simuation is used. (`#286 <https://github.com/UniversalRobots/Universal_Robots_ROS2_Driver/issues/286>`_)
91+
* Do not start dashboard client if FakeHardware simulation is used. (`#286 <https://github.com/UniversalRobots/Universal_Robots_ROS2_Driver/issues/286>`_)
9292
* Use scaled trajectory controller per default. (`#287 <https://github.com/UniversalRobots/Universal_Robots_ROS2_Driver/issues/287>`_)
9393
* Separate control node (`#281 <https://github.com/UniversalRobots/Universal_Robots_ROS2_Driver/issues/281>`_)
9494
* Fix launch file arguments. (`#243 <https://github.com/UniversalRobots/Universal_Robots_ROS2_Driver/issues/243>`_)

ur_controllers/CHANGELOG.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ Changelog for package ur_controllers
8787
* Adapt ros control api (`#448 <https://github.com/UniversalRobots/Universal_Robots_ROS2_Driver/issues/448>`_)
8888
* scaled jtc: Use get_interface_name instead of get_name
8989
* Migrate from stopped controllers to inactive controllers
90-
stopped controllers has been depreated upstream
90+
stopped controllers has been deprecated upstream
9191
* Contributors: Felix Exner
9292

9393
2.2.2 (2022-07-19)

ur_robot_driver/CHANGELOG.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@
132132
* Adapt ros control api (`#448 <https://github.com/UniversalRobots/Universal_Robots_ROS2_Driver/issues/448>`_)
133133
* scaled jtc: Use get_interface_name instead of get_name
134134
* Migrate from stopped controllers to inactive controllers
135-
stopped controllers has been depreated upstream
135+
stopped controllers has been deprecated upstream
136136
* Contributors: Felix Exner
137137

138138
2.2.2 (2022-07-19)

0 commit comments

Comments
 (0)