Compare commits
No commits in common. "0e040a9f5695bc75db92535d96eab6af14f5b5d7" and "c944ec311442b0e066bbc1bc0bd7990003a89d32" have entirely different histories.
0e040a9f56
...
c944ec3114
3 changed files with 18 additions and 18 deletions
6
Makefile
6
Makefile
|
@ -2,9 +2,9 @@
|
|||
.PHONY: lint
|
||||
lint: lint.py lint.sh
|
||||
|
||||
## lint.py | lint python files
|
||||
.PHONY: lint.py
|
||||
lint.py:
|
||||
## lint.python | lint python files
|
||||
.PHONY: lint.python
|
||||
lint.python:
|
||||
black $(shell find -type f -name "*.py")
|
||||
|
||||
## lint.sh | lint shell files
|
||||
|
|
Loading…
Reference in a new issue