Skip to content

Commit 20fc7df

Browse files
committed
🎨 do not format tests folder for now
1 parent 9bb0dfa commit 20fc7df

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/cdci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ jobs:
1919
steps:
2020
- uses: actions/checkout@v4
2121
- uses: psf/black@stable
22+
with:
23+
# ! for now (format output files of vuegen for streamlit)
24+
src: "./src"
2225
- uses: isort/isort-action@v1
2326
with:
2427
# ! should be removed once all imports are correctly sorted

0 commit comments

Comments
 (0)