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