aboutsummaryrefslogtreecommitdiff
path: root/Makefile
blob: 703405f4991c1813e80690324e783e8cb6550799 (plain) (blame)
1
2
3
4
5
6
format:
	@black .

lint:
	@mypy --strict swr2_asr
	@pylint swr2_asr