mirror of
https://github.com/Doctorado-ML/Odte.git
synced 2025-07-11 00:02:30 +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
|
||||
pip install -r requirements.txt
|
||||
|
||||
devdeps: ## Install development dependencies
|
||||
pip install black pip-audit flake8 mypy coverage
|
||||
|
||||
lint: ## Lint and static-check
|
||||
black odte
|
||||
flake8 odte
|
||||
mypy odte --exclude tests
|
||||
|
||||
audit: ## Audit pip
|
||||
pip-audit
|
||||
|
||||
push: ## Push code with tags
|
||||
git push && git push --tags
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user