Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 3 additions & 8 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
"NODE_VERSION": "lts/*"
}
},

// Set *default* container specific settings.json values on container create.
"settings": {
"python.defaultInterpreterPath": "/usr/local/bin/python",
Expand All @@ -30,7 +29,6 @@
"python.linting.pydocstylePath": "/usr/local/py-utils/bin/pydocstyle",
"python.linting.pylintPath": "/usr/local/py-utils/bin/pylint"
},

// Add the IDs of extensions you want installed when the container is created.
"extensions": [
"ms-python.python",
Expand All @@ -39,21 +37,18 @@
"codezombiech.gitignore",
"eamodio.gitlens",
"esbenp.prettier-vscode",
"sourcery.sourcery"
"sourcery.sourcery",
"vivaxy.vscode-conventional-commits"
],

// Use 'forwardPorts' to make a list of ports inside the container available locally.
// "forwardPorts": [],

// Use 'postCreateCommand' to run commands after the container is created.
"postCreateCommand": [
"pip install poetry; ",
"python -m pip install --upgrade pip; ",
"poetry config virtualenvs.in-project true; ",
"python -m poetry install; ",
"brew install prettier"
"python -m poetry install; "
],

// Comment out to connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root.
"remoteUser": "vscode",
"features": {
Expand Down
2 changes: 1 addition & 1 deletion .github/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ version-resolver:
minor:
labels:
- "enhancement"
- "codespaces"
patch:
labels:
- "codespaces"
- "bug"
- "maintenance"
- "github_actions"
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
---

- Downgrading `numdifftools` and `openpyxl` for compatibility with the
[conda-forge-formula][20]
[conda-forge-formula][20]

## v0.10.0

Expand Down