mirror of
https://github.com/TECHNOFAB11/bumpver.git
synced 2025-12-12 14:30:09 +01:00
Code quality updates
This commit is contained in:
parent
95234dfd0b
commit
54a681bf34
14 changed files with 413 additions and 187 deletions
1
makefile
1
makefile
|
|
@ -320,6 +320,7 @@ check: fmt lint mypy test
|
|||
env:
|
||||
@bash --init-file <(echo '\
|
||||
source $$HOME/.bashrc; \
|
||||
source $(CONDA_ROOT)/etc/profile.d/conda.sh \
|
||||
export ENV=${ENV-dev}; \
|
||||
export PYTHONPATH="src/:vendor/:$$PYTHONPATH"; \
|
||||
conda activate $(DEV_ENV_NAME) \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue