We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18bddfa commit 3a5dffeCopy full SHA for 3a5dffe
.pre-commit-config.yaml
@@ -33,7 +33,7 @@ repos:
33
- id: trailing-whitespace
34
35
- repo: https://github.com/psf/black
36
- rev: 20.8b1
+ rev: 22.3.0
37
hooks:
38
- id: black
39
conf.py
@@ -10,7 +10,7 @@
10
# The suffix of source filenames.
11
source_suffix = ".rst"
12
13
-project = u"moveit_tutorials"
+project = "moveit_tutorials"
14
15
# The version info for the project you're documenting, acts as replacement for
16
# |version| and |release|, also used in various other places throughout the
0 commit comments