We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1520ed commit 1e9143eCopy full SHA for 1e9143e
1 file changed
.github/workflows/python_ci.yaml
@@ -48,6 +48,16 @@ jobs:
48
run: |
49
pyright lib
50
51
+ - name: Check Stubs Generation
52
+ working-directory: .
53
+ run: |
54
+ bash .githooks/pre-push-python/stubs.sh
55
+
56
+ - name: Check Extras Generation
57
58
59
+ bash .githooks/pre-push-python/extras.sh
60
61
- name: Pytest Unit Tests
62
63
pytest -m "not integration"
0 commit comments