mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-01-09 15:08:02 -05:00
force ruff reinstall
This commit is contained in:
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@@ -32,7 +32,9 @@ jobs:
|
||||
- name: Lint with flake8
|
||||
run: python -m flake8 . --statistics -j4
|
||||
- name: Lint with ruff
|
||||
run: python3 -m ruff .
|
||||
run: |
|
||||
pip3 install --upgrade --force-reinstall ruff
|
||||
python3 -m ruff .
|
||||
- name: Lint tinygrad with pylint
|
||||
run: python -m pylint tinygrad/
|
||||
- name: Run mypy
|
||||
|
||||
Reference in New Issue
Block a user