EASI-Leaderboard / Makefile
yangzhitao
chores: update project configuration files about code linting, formatting and dependencies
482874e
raw
history blame contribute delete
75 Bytes
.PHONY: style format
style:
ruff format .
quality:
ruff check --fix .