dotfiles/Makefile

10 lines
151 B
Makefile
Raw Normal View History

2022-08-01 16:34:13 -05:00
.PHONY: lint lint.py lint.sh
2022-08-01 16:34:13 -05:00
lint: lint.py lint.sh
lint.python:
black $(shell find -type f -name "*.py")
2022-08-01 16:34:13 -05:00
lint.sh:
shfmt -s -w $(shell shfmt -f .)