mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-01-07 22:23:55 -05:00
In-tree autogen: libc.py (#13217)
* checkout changes from autogen branch * parents * pylint happy * move sys to system in helpers.py * typo * typo
This commit is contained in:
committed by
GitHub
parent
222bb12ddf
commit
41a098a82d
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@@ -233,7 +233,7 @@ jobs:
|
||||
python-version: '3.11'
|
||||
deps: linting
|
||||
- name: Lint bad-indentation and trailing-whitespace with pylint
|
||||
run: python -m pylint --disable=all -e W0311 -e C0303 --jobs=0 --indent-string=' ' --recursive=y .
|
||||
run: python -m pylint --disable=all -e W0311 -e C0303 --jobs=0 --indent-string=' ' --recursive=y . --ignore-paths='tinygrad/runtime/autogen'
|
||||
- name: Lint with ruff
|
||||
run: |
|
||||
pip3 install --upgrade --force-reinstall ruff==0.11.0
|
||||
|
||||
Reference in New Issue
Block a user