Skip to content

Commit 4d0da04

Browse files
committed
feat: add static type checking - remove engine files and CI check
1 parent 6ec3f72 commit 4d0da04

120 files changed

Lines changed: 0 additions & 55749 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/ci.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,6 @@ jobs:
3030
- name: Install dependencies
3131
run: pip install -e .[test]
3232

33-
- name: Verify generated typing stubs
34-
if: matrix.python-version == '3.13'
35-
run: python typing/generate_type_stubs.py --check
36-
3733
- name: Run tests
3834
run: pytest -k "not example"
3935
env:

.github/workflows/release.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,6 @@ jobs:
2525
- name: Install dependencies
2626
run: pip install -e .[test]
2727

28-
- name: Verify generated typing stubs
29-
if: matrix.python-version == '3.13'
30-
run: python typing/generate_type_stubs.py --check
31-
3228
- name: Run tests
3329
run: pytest -k "not example"
3430
env:

0 commit comments

Comments
 (0)