We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44ff48c commit 35b5a57Copy full SHA for 35b5a57
1 file changed
.github/workflows/lint.yml
@@ -23,10 +23,10 @@ jobs:
23
run: pip install ruff
24
25
- name: Run Ruff linter
26
- run: ruff check faim_sdk/ faim_client/ tests/
+ run: ruff check .
27
28
- name: Run Ruff formatter check
29
- run: ruff format --check faim_sdk/ faim_client/ tests/
+ run: ruff format --check .
30
31
type-check:
32
name: Type Checking (mypy)
0 commit comments