mirror of
https://github.com/Doctorado-ML/FImdlp.git
synced 2025-08-18 17:05:52 +00:00
Command to update submodule and update it
This commit is contained in:
3
Makefile
3
Makefile
@@ -15,6 +15,9 @@ coverage:
|
|||||||
make test
|
make test
|
||||||
coverage report -m
|
coverage report -m
|
||||||
|
|
||||||
|
submodule:
|
||||||
|
git submodule update --remote src/cppmdlp
|
||||||
|
|
||||||
lint: ## Lint and static-check
|
lint: ## Lint and static-check
|
||||||
black src
|
black src
|
||||||
flake8 --per-file-ignores="__init__.py:F401" src
|
flake8 --per-file-ignores="__init__.py:F401" src
|
||||||
|
Submodule src/cppmdlp updated: 264105ba56...e21482900b
Reference in New Issue
Block a user