diff --git a/Makefile b/Makefile index 9535726..591e38b 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,9 @@ -.PHONY: lint +.PHONY: lint lint.py lint.sh -lint: - shfmt -s -w $(shell shfmt -f .) +lint: lint.py lint.sh + +lint.python: black $(shell find -type f -name "*.py") +lint.sh: + shfmt -s -w $(shell shfmt -f .)