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 10df993 commit d9c4814Copy full SHA for d9c4814
.github/workflows/test_full.yml
@@ -38,6 +38,6 @@ jobs:
38
- name: Install Dependencies
39
run: flit install --symlink
40
- name: Ruff Linting Check
41
- run: ruff check ellar tests examples
+ run: ruff check ellar tests samples
42
- name: mypy
43
run: mypy ellar
0 commit comments