ruff checks the max line length is 150 (#2734)

* ruff checks the max line length is 150

* fix tensor.py

* a lot more

* done
This commit is contained in:
George Hotz
2023-12-12 17:34:47 -08:00
committed by GitHub
parent 3635540ddb
commit 6d6eb9302d
59 changed files with 438 additions and 324 deletions

View File

@@ -1,3 +1,4 @@
# ruff: noqa: E501
import unittest
import numpy as np
from tinygrad.helpers import CI, DTYPES_DICT, getenv, DType, DEBUG, ImageDType, PtrDType, OSX, temp, least_upper_dtype