Compare commits

...

2 commits

Author SHA1 Message Date
0e040a9f56 fix typo in Make 2022-09-07 09:16:31 -05:00
3625317a2d linting 2022-09-07 09:16:25 -05:00
3 changed files with 18 additions and 18 deletions

View file

@ -2,9 +2,9 @@
.PHONY: lint
lint: lint.py lint.sh
## lint.python | lint python files
.PHONY: lint.python
lint.python:
## lint.py | lint python files
.PHONY: lint.py
lint.py:
black $(shell find -type f -name "*.py")
## lint.sh | lint shell files