Skip to content

Commit 35b5a57

Browse files
committed
updated lint
1 parent 44ff48c commit 35b5a57

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ jobs:
2323
run: pip install ruff
2424

2525
- name: Run Ruff linter
26-
run: ruff check faim_sdk/ faim_client/ tests/
26+
run: ruff check .
2727

2828
- name: Run Ruff formatter check
29-
run: ruff format --check faim_sdk/ faim_client/ tests/
29+
run: ruff format --check .
3030

3131
type-check:
3232
name: Type Checking (mypy)

0 commit comments

Comments
 (0)