Skip to content

Commit 45ff2b4

Browse files
committed
Add format_docstrings to integration tests
1 parent f4ba32c commit 45ff2b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Integration
22

33
env:
4-
FORMATTER_OPTS: "--ignore-config --v2-stable-multiline-strings=true --conditional-to-if=false --pipe-to-function-call=false"
4+
FORMATTER_OPTS: "--ignore-config --v2-stable-multiline-strings=true --conditional-to-if=false --pipe-to-function-call=false --format-docstrings=true"
55

66
on:
77
push:

0 commit comments

Comments
 (0)