mirror of
https://github.com/TECHNOFAB11/bumpver.git
synced 2025-12-12 06:20:08 +01:00
update requirements
This commit is contained in:
parent
70a166275e
commit
5f66a42c17
2 changed files with 4 additions and 7 deletions
|
|
@ -300,7 +300,6 @@ git_hooks:
|
|||
lint_isort:
|
||||
@printf "isort ...\n"
|
||||
@$(DEV_ENV)/bin/isort \
|
||||
--recursive \
|
||||
--check-only \
|
||||
--line-width=$(MAX_LINE_LEN) \
|
||||
--project $(MODULE_NAME) \
|
||||
|
|
@ -425,7 +424,6 @@ test:
|
|||
.PHONY: fmt_isort
|
||||
fmt_isort:
|
||||
@$(DEV_ENV)/bin/isort \
|
||||
--recursive \
|
||||
--line-width=$(MAX_LINE_LEN) \
|
||||
--project $(MODULE_NAME) \
|
||||
src/ test/;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue