diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index bbb9d9b06..37aa1bf72 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -33,7 +33,7 @@ repos: - id: trailing-whitespace - repo: https://github.com/psf/black - rev: 20.8b1 + rev: 22.3.0 hooks: - id: black diff --git a/conf.py b/conf.py index b5be6b75e..cce26a65f 100644 --- a/conf.py +++ b/conf.py @@ -10,7 +10,7 @@ # The suffix of source filenames. source_suffix = ".rst" -project = u"moveit_tutorials" +project = "moveit_tutorials" # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the