Command to update submodule and update it

This commit is contained in:
2022-12-13 17:56:12 +01:00
parent cfc18adf06
commit eb7f3dc092
2 changed files with 4 additions and 1 deletions

View File

@@ -15,6 +15,9 @@ coverage:
make test
coverage report -m
submodule:
git submodule update --remote src/cppmdlp
lint: ## Lint and static-check
black src
flake8 --per-file-ignores="__init__.py:F401" src