mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
Use rye
This commit is contained in:
parent
33c099022b
commit
6672d532fd
16 changed files with 526 additions and 408 deletions
4
Makefile
4
Makefile
|
|
@ -44,10 +44,10 @@ lxc.clean:
|
|||
|
||||
PHONY += search.checker search.checker.%
|
||||
search.checker: install
|
||||
$(Q)./manage pyenv.cmd searxng-checker -v
|
||||
$(Q)./manage rye run searxng-checker -v
|
||||
|
||||
search.checker.%: install
|
||||
$(Q)./manage pyenv.cmd searxng-checker -v "$(subst _, ,$(patsubst search.checker.%,%,$@))"
|
||||
$(Q)./manage rye run searxng-checker -v "$(subst _, ,$(patsubst search.checker.%,%,$@))"
|
||||
|
||||
PHONY += test ci.test test.shell
|
||||
ci.test: test.yamllint test.black test.pyright test.pylint test.unit test.robot test.rst test.pybabel
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue