From 6ff5927cfa85d438d2abdb9d07bdc2cd70bf1661 Mon Sep 17 00:00:00 2001 From: Graeme A Stewart Date: Wed, 24 Jan 2024 10:54:51 +0100 Subject: [PATCH] Delete irrelevant comment --- cmake/pythonFormat.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/pythonFormat.cmake b/cmake/pythonFormat.cmake index d4b297f26..92e584760 100644 --- a/cmake/pythonFormat.cmake +++ b/cmake/pythonFormat.cmake @@ -3,7 +3,7 @@ # Requires black/flake8 to be available in the environment -# Get all our Python files (submodules are excluded!) +# Get all our Python files file(GLOB_RECURSE ALL_PYTHON_FILES ${PROJECT_SOURCE_DIR}/*.py) # Black is rather simple because there are no options...