Skip to content

Commit 5a561fb

Browse files
Merge branch 'main' into main
2 parents 4c4587b + 4ed98c5 commit 5a561fb

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
repos:
1616
# Standard hooks
1717
- repo: https://github.com/pre-commit/pre-commit-hooks
18-
rev: v4.6.0
18+
rev: v5.0.0
1919
hooks:
2020
- id: check-added-large-files
2121
- id: check-case-conflict
@@ -28,7 +28,7 @@ repos:
2828
- id: trailing-whitespace
2929

3030
- repo: https://github.com/psf/black
31-
rev: 24.8.0
31+
rev: 24.10.0
3232
hooks:
3333
- id: black
3434

@@ -49,7 +49,7 @@ repos:
4949
args: ['-fallback-style=none', '-i']
5050

5151
- repo: https://github.com/codespell-project/codespell
52-
rev: v2.3.0
52+
rev: v2.4.0
5353
hooks:
5454
- id: codespell
5555
args: ['--write-changes', '--ignore-words=.codespell_words']

doc/how_to_guides/how_to_setup_docker_containers_in_ubuntu.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ If you do not complete these additional steps you will need to preface all ``doc
3535
3636
DOCKER_IMAGE=main-rolling-tutorial-source docker compose run --rm --name moveit2_container gpu
3737
38-
You can replace ``DOCKER_IMAGE`` with other Docker image names, such as ``main-jazzy-tutorial-source`` or ``humble-humble-tutorial source``.
38+
You can replace ``DOCKER_IMAGE`` with other Docker image names, such as ``main-jazzy-tutorial-source`` or ``humble-humble-tutorial-source``.
3939
This is based on the convention ``<MoveIt branch name>-<ROS distro name>-tutorial-source``.
4040

4141
Similarly, you can replace the ``gpu`` service name with ``cpu`` if you do not wish to run using NVIDIA GPU drivers and you can change the name of the container by replacing ``moveit2_container``.

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ sphinx-tabs
55
sphinx-multiversion
66
sphinx-rtd-theme
77
sphinx-copybutton
8-
sphinxcontrib-doxylink@git+https://github.com/sea-bass/doxylink.git@fix-parse-tag-file
8+
sphinxcontrib-doxylink@git+https://github.com/sphinx-contrib/doxylink.git@master

0 commit comments

Comments
 (0)