From a799c8c50c59a0fbaac51445383093883b4d10d6 Mon Sep 17 00:00:00 2001 From: jshlbrd Date: Wed, 9 Oct 2024 10:41:24 -0700 Subject: [PATCH] style(workflows): Update Python Lint Comments --- .github/workflows/code.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/code.yml b/.github/workflows/code.yml index 1219271c..e2fe4b43 100644 --- a/.github/workflows/code.yml +++ b/.github/workflows/code.yml @@ -43,8 +43,9 @@ jobs: - name: Linting uses: psf/black@1b2427a2b785cc4aac97c19bb4b9a0de063f9547 # v24.10.0 with: - # src: "./build" - options: "--check --exclude=''" # "An empty value means no paths are excluded." + # This recursively scans the entire project. Note that `exclude` must be + # an empty string: "An empty value means no paths are excluded." + options: "--check --exclude=''" # Inherits workflow permissions. jsonnet: