Skip to content
Snippets Groups Projects
Commit 854b48f3 authored by David Trattnig's avatar David Trattnig
Browse files

chore: consolidate target with engine-recorder

parent 42493b00
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,7 @@ help:: ...@@ -8,7 +8,7 @@ help::
@echo " init.dev - init development environment" @echo " init.dev - init development environment"
@echo " lint - verify code style" @echo " lint - verify code style"
@echo " spell - check spelling of text" @echo " spell - check spelling of text"
@echo " style - apply automatic formatting" @echo " format - apply automatic formatting"
@echo " test - run test suite" @echo " test - run test suite"
@echo " log - tail log file" @echo " log - tail log file"
@echo " run - start app" @echo " run - start app"
...@@ -94,7 +94,7 @@ lint:: ...@@ -94,7 +94,7 @@ lint::
spell:: spell::
codespell $(wildcard *.md) docs src tests config contrib codespell $(wildcard *.md) docs src tests config contrib
style:: format::
python3 -m isort . python3 -m isort .
black . black .
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment