Skip to content

Commit 76f28cf

Browse files
Fix: linting check
1 parent 22c2a63 commit 76f28cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/lint_production.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ jobs:
3232
- name: Install ruff
3333
run: pip install ruff==${{ env.RUFF_VERSION }}
3434
- name: Ruff format
35-
run: ruff format --diff src tests scripts notebooks
35+
run: ruff format --diff src models tests
3636
- name: Ruff check
37-
run: ruff check src tests scripts notebooks
37+
run: ruff check src models tests

0 commit comments

Comments
 (0)