From b4efe6551bc66e1709a4f72a368e8a4a0057ed51 Mon Sep 17 00:00:00 2001 From: Sim Sun Date: Mon, 9 Sep 2024 17:03:01 -0700 Subject: [PATCH] ignore codegen folder black.yml --- .github/workflows/black.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/black.yml b/.github/workflows/black.yml index a881b31..5c068ca 100644 --- a/.github/workflows/black.yml +++ b/.github/workflows/black.yml @@ -11,7 +11,7 @@ jobs: - uses: actions/checkout@v3 - uses: psf/black@stable with: - options: "--check --verbose" + options: "--check --verbose --extend-exclude \"codegen\"" src: "./projects/jdwp"