From 3a5dffe76eab7873a0068eb1242c990287fef723 Mon Sep 17 00:00:00 2001 From: Stephanie Eng Date: Tue, 29 Mar 2022 13:33:22 -0400 Subject: [PATCH] Update black version (#704) --- .pre-commit-config.yaml | 2 +- conf.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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