mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-08-30 16:58:03 +08:00
Merge branch 'release_26.1' into dev
This commit is contained in:
@@ -73,9 +73,6 @@ _lint:
|
||||
|
||||
lint: _setup-lint-venv _lint
|
||||
|
||||
_setup-dev-venv:
|
||||
uv pip install -r dev-requirements.txt
|
||||
|
||||
lint-dist:
|
||||
uvx --with-requirements dev-requirements.txt --from twine twine check $(DIST)/*
|
||||
|
||||
|
||||
@@ -80,9 +80,6 @@ _mypy:
|
||||
|
||||
mypy: _setup-mypy-venv _mypy
|
||||
|
||||
_setup-dev-venv:
|
||||
uv pip install -r dev-requirements.txt
|
||||
|
||||
lint-dist:
|
||||
uvx --with-requirements dev-requirements.txt --from twine twine check $(DIST)/*
|
||||
|
||||
|
||||
Reference in New Issue
Block a user