From 13ed4e444a92245821f3123978feb4be6884eaa5 Mon Sep 17 00:00:00 2001 From: Penelope Yong Date: Thu, 23 Jul 2026 02:25:55 +0800 Subject: [PATCH] Add format_docstrings to integration tests --- .github/workflows/integration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index c0268c11a..ae21ebe1b 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -1,7 +1,7 @@ name: Integration env: - FORMATTER_OPTS: "--ignore-config --v2-stable-multiline-strings=true --conditional-to-if=false --pipe-to-function-call=false" + FORMATTER_OPTS: "--ignore-config --v2-stable-multiline-strings=true --conditional-to-if=false --pipe-to-function-call=false --format-docstrings=true" on: push: