File size: 78 Bytes
d809b84
 
 
 
1
2
3
4
5
.PHONY: format_python
format_python: 
	python3 -m black .
	python3 -m isort .