".github/workflows/build-sunxi-cortexa53-24.10.x.yml" did not exist on "e03a893b7610e2f13fd0bdc733437a6cc8f44324"
run_checks.sh 155 Bytes
Newer Older
zcxzcx1's avatar
zcxzcx1 committed
1
2
3
4
5
6
7
8
9
# Format
python -m black .
python -m isort .

# Check
python -m pylint --rcfile=pyproject.toml mace tests scripts

# Tests
python -m pytest tests