dotfiles/Makefile

7 lines
96 B
Makefile
Raw Normal View History

2022-07-06 11:55:14 -05:00
.PHONY: lint
2022-07-06 11:55:14 -05:00
lint:
shfmt -s -w $(shell shfmt -f .)
black $(shell find -type f -name "*.py")