aboutsummaryrefslogtreecommitdiff
path: root/Justfile
blob: 5c62e93122d7eebc219f894521afca984ee0989c (plain)
1
2
3
4
5
6
7
check: typecheck lint

typecheck:
	pyright

lint:
	black --check *.py