From 77740939a1b159dcb9d083de58da17d5488b2dc0 Mon Sep 17 00:00:00 2001 From: Paul Barton <28630076+paulbarton90@users.noreply.github.com> Date: Tue, 10 Sep 2024 15:48:19 +0100 Subject: [PATCH] Update black to 24.8.0 (#534) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ### Update black to 24.8.0 N/A ### Summarize your change. Updates black version used in the pre-commit hook from 22.8.0 to 24.8.0. ### Describe the reason for the change. To update black, and remove any linting issues in current files. ### Describe what you have tested and on which operating system. Building in Centos 7 ### Add a list of changes, and note any that might need special attention during the review. N/A Signed-off-by: paulbarton90 <28630076+paulbarton90@users.noreply.github.com> Co-authored-by: Cédrik Fuoco <105517825+cedrik-fuoco-adsk@users.noreply.github.com> --- .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 bcbca579..30b6ae86 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,6 +5,6 @@ repos: - id: cmake-format - repo: https://github.com/psf/black - rev: 22.8.0 + rev: 24.8.0 hooks: - id: black