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

fix(make): do not overwrite existing config

parent 898aa3c4
No related branches found
No related tags found
1 merge request!4Update all API to return attributes / properties in camelCase notation
...@@ -46,7 +46,7 @@ init.dev:: pyproject.toml ...@@ -46,7 +46,7 @@ init.dev:: pyproject.toml
poetry install --with dev poetry install --with dev
poetry run pre-commit autoupdate poetry run pre-commit autoupdate
poetry run pre-commit install poetry run pre-commit install
cp config/sample.engine-api.ini config/engine-api.ini cp -n config/sample.engine-api.ini config/engine-api.ini
lint:: lint::
poetry run python3 -m flake8 . poetry run python3 -m flake8 .
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment