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

lint:
	@poetry run mypy --strict swr2_asr
	@poetry run pylint swr2_asr