mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-10 08:38:32 +02:00
update makefile to match pipeline better
This commit is contained in:
parent
45216b976c
commit
c56dd7eb52
1 changed files with 3 additions and 2 deletions
5
Makefile
5
Makefile
|
@ -17,10 +17,11 @@ format: ## Format files to match style
|
|||
poetry run black .
|
||||
|
||||
lint: ## Check style with various tools
|
||||
poetry run black --check --diff .
|
||||
poetry check
|
||||
poetry run pyflakes .
|
||||
poetry run black --check --diff .
|
||||
|
||||
test: ## Run behave tests
|
||||
test: lint ## Run behave tests
|
||||
poetry run behave
|
||||
|
||||
build:
|
||||
|
|
Loading…
Add table
Reference in a new issue