Skip to content

Commit a219e51

Browse files
committed
fix paths for black and ruff
Signed-off-by: Sreekanth <[email protected]>
1 parent f72a630 commit a219e51

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/lint.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
- uses: actions/checkout@v3
1818
- uses: psf/black@stable
1919
with:
20+
src: packages/pynumaflow/
2021
options: "--check --verbose --exclude=pynumaflow/proto/"
2122
version: "~= 23.3"
2223

@@ -29,3 +30,5 @@ jobs:
2930
steps:
3031
- uses: actions/checkout@v3
3132
- uses: chartboost/ruff-action@v1
33+
with:
34+
src: packages/pynumaflow/

0 commit comments

Comments
 (0)