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 8d24b6d commit c3f0284Copy full SHA for c3f0284
.github/workflows/main.yml
@@ -34,7 +34,7 @@ jobs:
34
35
- name: Static type checking with MyPy
36
run: |
37
- mypy growthbook.py --implicit-optional
+ mypy growthbook/growthbook.py --implicit-optional
38
39
- name: Test with pytest
40
0 commit comments