Skip to content

Commit

Permalink
chore: cruft update
Browse files Browse the repository at this point in the history
  • Loading branch information
lsorber authored Feb 29, 2024
1 parent b4ccf04 commit ecd52cb
Show file tree
Hide file tree
Showing 4 changed files with 1,086 additions and 479 deletions.
5 changes: 2 additions & 3 deletions .cruft.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"template": "https:/radix-ai/poetry-cookiecutter",
"commit": "0168710e9b56ab046cd2cf34b60866805ec41f58",
"commit": "4127874124193c60cd5e2bfaa025473b8f30411f",
"checkout": null,
"context": {
"cookiecutter": {
Expand All @@ -14,7 +14,6 @@
"development_environment": "strict",
"with_conventional_commits": "1",
"with_fastapi_api": "1",
"with_jupyter_lab": "0",
"with_pydantic_typing": "1",
"with_sentry_logging": "0",
"with_streamlit_app": "0",
Expand All @@ -29,4 +28,4 @@
}
},
"directory": null
}
}
3 changes: 3 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"charliermarsh.ruff",
"ms-python.mypy-type-checker",
"ms-python.python",
"ms-toolsai.jupyter",
"ryanluker.vscode-coverage-gutters",
"tamasfe.even-better-toml",
"visualstudioexptteam.vscodeintellicode"
Expand All @@ -35,7 +36,9 @@
100
],
"files.autoSave": "onFocusChange",
"jupyter.kernels.excludePythonEnvironments": ["/usr/local/bin/python"],
"mypy-type-checker.importStrategy": "fromEnvironment",
"notebook.formatOnSave.enabled": true,
"python.defaultInterpreterPath": "/opt/my-package-env/bin/python",
"python.terminal.activateEnvironment": false,
"python.testing.pytestEnabled": true,
Expand Down
Loading

0 comments on commit ecd52cb

Please sign in to comment.