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

format-check:
	@poetry run black --check .

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