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:
Christopher Milan
2025-11-11 22:13:48 -05:00
committed by GitHub
parent 222bb12ddf
commit 41a098a82d
16 changed files with 4460 additions and 6146 deletions

View File

@@ -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