The current `arcade new` command fails to `make install` and `make check` if it's not manually patched with pre-commit files. It also fails due to local dependencies if it's not run inside `arcade-ai/toolkits` This PR patches the toolkit template to only include the local dependencies if it detects is `arcade new` being run inside `arcade-ai/toolkits`, it also makes pre-commit commands optional. |
||
|---|---|---|
| .. | ||
| templates/{{ toolkit_name }} | ||
| __init__.py | ||
| authn.py | ||
| config.py | ||
| constants.py | ||
| deployment.py | ||
| display.py | ||
| main.py | ||
| new.py | ||
| serve.py | ||
| show.py | ||
| utils.py | ||
| worker.py | ||