This website requires JavaScript.
Explore
Help
Sign in
daylin
/
dotfiles
Watch
1
Star
0
Fork
You've already forked dotfiles
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
bcc03c1240
dotfiles
/
Makefile
7 lines
96 B
Makefile
Raw
Normal View
History
Unescape
Escape
add shell linting/make
2022-07-06 11:55:14 -05:00
.PHONY
:
lint
feat: add black formatting to linting rules
2022-07-29 09:44:46 -05:00
add shell linting/make
2022-07-06 11:55:14 -05:00
lint
:
shfmt -s -w
$(
shell shfmt -f .
)
feat: add black formatting to linting rules
2022-07-29 09:44:46 -05:00
black
$(
shell find -type f -name
"*.py"
)
Reference in a new issue
Copy permalink