From 70ea49c751cd4bd214017411f9d941a7859f79dc Mon Sep 17 00:00:00 2001 From: Stephanie Eng Date: Tue, 29 Mar 2022 11:48:43 -0400 Subject: [PATCH] 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 13556126..635ec10a 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