George Hotz
|
6d6eb9302d
|
ruff checks the max line length is 150 (#2734)
* ruff checks the max line length is 150
* fix tensor.py
* a lot more
* done
|
2023-12-12 17:34:47 -08:00 |
nimlgen
|
ff47be3a01
|
ruff check whitespaces (#2547)
|
2023-12-01 10:42:20 -08:00 |
Christopher Mauri Milan
|
7f01dd04f0
|
Apply ruff linting rules to tests (#2473)
* everything except F821
* enable F821 with noqa
* dumb fix
* fix remaining imports and (former) lambdas
* replace _ with noqa to avoid gc
|
2023-11-27 21:24:06 -08:00 |
George Hotz
|
0cbf6c1811
|
move things, clean up extra (#2292)
* move things
* idk why pylint needs that now
* delete unused
|
2023-11-13 20:18:40 -08:00 |
nimlgen
|
5b15a972b5
|
no functions with same names in test/ (#1811)
|
2023-09-07 11:27:31 -07:00 |
Pavol Rusnak
|
52a92bf95d
|
use class Foo: instead of class Foo(): (#1797)
* use class Foo: instead of class Foo():
* add ruff linter, copy settings from .flake8 to ruff.toml
|
2023-09-06 12:20:25 -07:00 |