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

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