model-evaluator / Makefile
wuchenjun's picture
Duplicate from autoevaluate/model-evaluator
b16d3ee
raw
history blame contribute delete
No virus
233 Bytes
style:
python -m black --line-length 119 --target-version py39 .
python -m isort .
quality:
python -m black --check --line-length 119 --target-version py39 .
python -m isort --check-only .
python -m flake8 --max-line-length 119