mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-01-09 15:08:02 -05:00
typing fixup
This commit is contained in:
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@@ -40,7 +40,9 @@ jobs:
|
||||
- name: Lint tinygrad with pylint
|
||||
run: pylint tinygrad/
|
||||
- name: Run mypy
|
||||
run: mypy tinygrad/ test/ --ignore-missing-imports
|
||||
run: |
|
||||
mypy tinygrad/ --ignore-missing-imports --check-untyped-defs
|
||||
mypy test/ --ignore-missing-imports
|
||||
|
||||
testcpu:
|
||||
name: CPU Tests
|
||||
|
||||
Reference in New Issue
Block a user