mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
Create a pre-commit hook which is copied on installation
Allow propogating specific files to format for black Update build messages for black update hook Update hook further, add related doc
This commit is contained in:
parent
4f7dd05d99
commit
bce9669d74
4 changed files with 44 additions and 3 deletions
1
Makefile
1
Makefile
|
|
@ -30,6 +30,7 @@ run: install
|
|||
PHONY += install uninstall
|
||||
install uninstall:
|
||||
$(Q)./manage pyenv.$@
|
||||
$(Q)./manage git.$@
|
||||
|
||||
PHONY += clean
|
||||
clean: py.clean docs.clean node.clean nvm.clean test.clean
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue