From 02bac2268501481f8c72d8a0b1dced1e3eae99b7 Mon Sep 17 00:00:00 2001 From: diegomarquezp Date: Thu, 8 Feb 2024 20:13:39 +0000 Subject: [PATCH] include owlbot python sources in python lint check --- .github/workflows/verify_library_generation.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/verify_library_generation.yaml b/.github/workflows/verify_library_generation.yaml index d9c7613ee4..89cec5ddc9 100644 --- a/.github/workflows/verify_library_generation.yaml +++ b/.github/workflows/verify_library_generation.yaml @@ -124,4 +124,4 @@ jobs: run: | # exclude generated golden files # exclude owlbot until further refaction - black --check library_generation --exclude "(library_generation/owlbot)|(library_generation/test/resources/goldens)" + black --check library_generation --exclude "(library_generation/test/resources/goldens)"