fix linter (#630)

* fix linter

* no imports okay

* explicit bases

* disable in pylintrc
This commit is contained in:
George Hotz
2023-03-02 20:06:20 -08:00
committed by GitHub
parent 3915c89fb6
commit 459488bba2
8 changed files with 15 additions and 14 deletions

View File

@@ -40,7 +40,7 @@ jobs:
- name: Lint tinygrad with pylint
run: pylint tinygrad/
- name: Run mypy
run: mypy tinygrad/ --ignore-missing-imports --check-untyped-defs --warn-unreachable
run: mypy tinygrad/ --ignore-missing-imports --check-untyped-defs --explicit-package-bases --warn-unreachable
testcpu:
name: CPU Tests