mirror of
https://github.com/daylinmorgan/viv.git
synced 2024-11-12 12:13:15 -06:00
chore: use pdm run
This commit is contained in:
parent
9709c154e0
commit
3f8ddd3362
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -5,7 +5,7 @@ lint: ## run pre-commit hooks
|
|||
pdm run pre-commit run --all || pdm run pre-commit run --all
|
||||
|
||||
types: ## run mypy
|
||||
mypy src/viv
|
||||
pdm run mypy src/viv
|
||||
|
||||
bump: ## update version and tag commit
|
||||
@echo "bumping to version => $(VERSION)"
|
||||
|
@ -23,7 +23,7 @@ dev-install:
|
|||
ln -sf $(PWD)/src/viv/viv.py ~/.local/share/viv/viv.py
|
||||
|
||||
docs: docs/index.md docs/viv.py ## build docs
|
||||
mkdocs build
|
||||
pdm run mkdocs build
|
||||
|
||||
docs/viv.py: src/viv/viv.py
|
||||
cp $< $@
|
||||
|
|
Loading…
Reference in a new issue