From f091cf139d7b34f6955b932c602de9bea2a3dc8c Mon Sep 17 00:00:00 2001 From: Stephanie Eng Date: Tue, 29 Mar 2022 11:50:15 -0400 Subject: [PATCH] [noetic] Update black version Running pre-commit with the current black version is broken, and should be updated as per https://github.com/ros-planning/moveit2/pull/1148 --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2824ff43..d9fa186d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -34,7 +34,7 @@ repos: - id: trailing-whitespace - repo: https://github.com/psf/black - rev: 20.8b1 + rev: 22.3.0 hooks: - id: black