mirror of
https://github.com/Doctorado-ML/Odte.git
synced 2025-07-11 08:12:06 +00:00
Add audit and devdeps to Makefile
This commit is contained in:
parent
2ebec2d588
commit
42bcae9736
6
Makefile
6
Makefile
@ -10,11 +10,17 @@ coverage: ## Run tests with coverage
|
|||||||
deps: ## Install dependencies
|
deps: ## Install dependencies
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
|
|
||||||
|
devdeps: ## Install development dependencies
|
||||||
|
pip install black pip-audit flake8 mypy coverage
|
||||||
|
|
||||||
lint: ## Lint and static-check
|
lint: ## Lint and static-check
|
||||||
black odte
|
black odte
|
||||||
flake8 odte
|
flake8 odte
|
||||||
mypy odte --exclude tests
|
mypy odte --exclude tests
|
||||||
|
|
||||||
|
audit: ## Audit pip
|
||||||
|
pip-audit
|
||||||
|
|
||||||
push: ## Push code with tags
|
push: ## Push code with tags
|
||||||
git push && git push --tags
|
git push && git push --tags
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user